fix double-use of xtmp

This commit is contained in:
rsc 2006-03-30 15:00:57 +00:00
parent dcf4d596ca
commit d27ee153ad

2
bin/9l
View file

@ -303,7 +303,7 @@ fi
xtmp=/tmp/9l.$$.$USER.out xtmp=/tmp/9l.$$.$USER.out
xxout() { xxout() {
sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . | sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . |
egrep -v 'is almost always misused' $xtmp egrep -v 'is almost always misused'
rm -f $xtmp rm -f $xtmp
} }