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 7862d7f2..f22a68c4 100755
--- a/bin/9l
+++ b/bin/9l
@@ -303,7 +303,7 @@ fi
xtmp=/tmp/9l.$$.$USER.out
xxout() {
sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . |
- egrep -v 'is almost always misused' $xtmp
+ egrep -v 'is almost always misused'
rm -f $xtmp
}