silence nm errors during autolib

This commit is contained in:
rsc 2005-07-13 10:45:25 +00:00
parent 17e662e938
commit acc29ab200

2
bin/9l
View file

@ -63,7 +63,7 @@ then
# libthread - we might not be linking with # libthread - we might not be linking with
# those object files. # those object files.
a=` a=`
nm $PLAN9/lib/lib$i.a | nm $PLAN9/lib/lib$i.a 2>/dev/null |
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' | grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
sed 's/.*__p9l_autolib_//' | sed 's/.*__p9l_autolib_//' |
sort -u | sort -u |