tfix double-use of xtmp - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d27ee153adb118ffe68a7a97cd7a218ca800033a
DIR parent dcf4d596ca456ccaf348f6e58f4231908fabf23b
HTML Author: rsc <devnull@localhost>
Date: Thu, 30 Mar 2006 15:00:57 +0000
fix double-use of xtmp
Diffstat:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9l b/bin/9l
t@@ -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
}