From 1cc4ff3716b4b5f63bb519b0683a771d28f465d1 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 6 Nov 2016 15:36:24 +0100 Subject: tools: fix the create-exports script on 32-bit --- tools/create-exports-NetworkManager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh index f0cdd419f9..8b8941438a 100755 --- a/tools/create-exports-NetworkManager.sh +++ b/tools/create-exports-NetworkManager.sh @@ -25,7 +25,7 @@ _sort() { call_nm() { nm "$1" | - sed -n 's/^................ \(.\) \(.*\)$/\1 \2/p' + sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p' } get_symbols_nm () { -- cgit v1.2.1