about summary refs log tree commit diff
path: root/tools/create-exports-NetworkManager.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create-exports-NetworkManager.sh')
-rwxr-xr-xtools/create-exports-NetworkManager.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh
index 3a4619a4..c1010f72 100755
--- a/tools/create-exports-NetworkManager.sh
+++ b/tools/create-exports-NetworkManager.sh
@@ -29,7 +29,7 @@ _sort() {
 }
 
 call_nm() {
-    nm "$1" |
+    "${BINUTILS_NM:-${NM:-nm}}" "$1" |
         sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p'
 }