plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit d27ee153adb118ffe68a7a97cd7a218ca800033a
parent dcf4d596ca456ccaf348f6e58f4231908fabf23b
Author: rsc <devnull@localhost>
Date:   Thu, 30 Mar 2006 15:00:57 +0000

fix double-use of xtmp

Diffstat:
Mbin/9l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }