commit acc29ab200d6c19c90ba3ba244965fad8a3c201d
parent 17e662e93843d9b73b3f747c8587f16f5a21ec01
Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 10:45:25 +0000
silence nm errors during autolib
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9l b/bin/9l
@@ -63,7 +63,7 @@ then
# libthread - we might not be linking with
# those object files.
a=`
- nm $PLAN9/lib/lib$i.a |
+ nm $PLAN9/lib/lib$i.a 2>/dev/null |
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
sed 's/.*__p9l_autolib_//' |
sort -u |