about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
committerMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
commitecb2fdd2c959a2a53fa9ce961203d363f86b389b (patch)
tree681cfa4e900d09fa9af89cac3cec4e34568b11c0 /tools
parent01f15cee9ceeb145ca7d328b255fbce2b4eacce5 (diff)
parenta222e56e103f949b148a6942e385ccca2c26d9f3 (diff)
Merge tag 'upstream/1.6.2'
Upstream version 1.6.2
Diffstat (limited to 'tools')
-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'
 }