aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 07218ddd..45be51aa 100755
--- 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 |