mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
AIx patch from Frank Dana.
This commit is contained in:
parent
bcdd0a93ed
commit
38d2ca5418
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ else
|
|||
echo '#!' $2/$OBJNAME
|
||||
fi
|
||||
$NM -Bg $1 | \
|
||||
egrep ' [TD] ' | \
|
||||
egrep ' [TDB] ' | \
|
||||
sed -e 's/.* //' | \
|
||||
egrep -v '\$' | \
|
||||
sed -e 's/^[.]//' | \
|
||||
|
|
|
|||
Loading…
Reference in a new issue