aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 20:40:44 +0000
committerrsc <devnull@localhost>2005-01-07 20:40:44 +0000
commit8953da378543c597229958fc2c39e0986594d017 (patch)
tree1d29fe4646b7180c339165faa0f3593c5842104b /bin/9l
parent11c751cf1640049d5bbfb349c064362eeb7eb040 (diff)
downloadplan9port-8953da378543c597229958fc2c39e0986594d017.tar.gz
plan9port-8953da378543c597229958fc2c39e0986594d017.tar.bz2
plan9port-8953da378543c597229958fc2c39e0986594d017.zip
oops
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/9l b/bin/9l
index 5af9a728..087cda3d 100755
--- 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