aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-03-30 15:00:57 +0000
committerrsc <devnull@localhost>2006-03-30 15:00:57 +0000
commitd27ee153adb118ffe68a7a97cd7a218ca800033a (patch)
treea157c069eca778e7c2ef26b8813bc7f908f42f69 /bin/9l
parentdcf4d596ca456ccaf348f6e58f4231908fabf23b (diff)
downloadplan9port-d27ee153adb118ffe68a7a97cd7a218ca800033a.tar.gz
plan9port-d27ee153adb118ffe68a7a97cd7a218ca800033a.tar.bz2
plan9port-d27ee153adb118ffe68a7a97cd7a218ca800033a.zip
fix double-use of xtmp
Diffstat (limited to 'bin/9l')
-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
}