tools: fix the create-exports script on 32-bit

This commit is contained in:
Lubomir Rintel
2016-11-06 15:36:24 +01:00
parent 9d31cc916f
commit 1cc4ff3716

View File

@@ -25,7 +25,7 @@ _sort() {
call_nm() { call_nm() {
nm "$1" | nm "$1" |
sed -n 's/^................ \(.\) \(.*\)$/\1 \2/p' sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p'
} }
get_symbols_nm () { get_symbols_nm () {