mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01:00
tools: fix the create-exports script on 32-bit
This commit is contained in:
parent
9d31cc916f
commit
1cc4ff3716
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ _sort() {
|
|||
|
||||
call_nm() {
|
||||
nm "$1" |
|
||||
sed -n 's/^................ \(.\) \(.*\)$/\1 \2/p'
|
||||
sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p'
|
||||
}
|
||||
|
||||
get_symbols_nm () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue