mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
AIx patch from Frank Dana.
This commit is contained in:
parent
bcdd0a93ed
commit
38d2ca5418
@ -46,7 +46,7 @@ else
|
|||||||
echo '#!' $2/$OBJNAME
|
echo '#!' $2/$OBJNAME
|
||||||
fi
|
fi
|
||||||
$NM -Bg $1 | \
|
$NM -Bg $1 | \
|
||||||
egrep ' [TD] ' | \
|
egrep ' [TDB] ' | \
|
||||||
sed -e 's/.* //' | \
|
sed -e 's/.* //' | \
|
||||||
egrep -v '\$' | \
|
egrep -v '\$' | \
|
||||||
sed -e 's/^[.]//' | \
|
sed -e 's/^[.]//' | \
|
||||||
|
Loading…
Reference in New Issue
Block a user