diff options
author | rsc <devnull@localhost> | 2005-07-13 10:45:25 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-13 10:45:25 +0000 |
commit | acc29ab200d6c19c90ba3ba244965fad8a3c201d (patch) | |
tree | f10e9f8d3dc978229a32f93319163de66a8b791e /bin/9l | |
parent | 17e662e93843d9b73b3f747c8587f16f5a21ec01 (diff) | |
download | plan9port-acc29ab200d6c19c90ba3ba244965fad8a3c201d.tar.gz plan9port-acc29ab200d6c19c90ba3ba244965fad8a3c201d.tar.bz2 plan9port-acc29ab200d6c19c90ba3ba244965fad8a3c201d.zip |
silence nm errors during autolib
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |