commit 8953da378543c597229958fc2c39e0986594d017 parent 11c751cf1640049d5bbfb349c064362eeb7eb040 Author: rsc <devnull@localhost> Date: Fri, 7 Jan 2005 20:40:44 +0000 oops Diffstat:
M | bin/9l | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/9l b/bin/9l @@ -195,8 +195,8 @@ then echo $ld -L$PLAN9/lib "$@" $libsl $extralibs fi if ! $ld -L$PLAN9/lib "$@" $libsl $extralibs -do +then rm -f $target exit 1 -done +fi exit 0