toops - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8953da378543c597229958fc2c39e0986594d017
(DIR) parent 11c751cf1640049d5bbfb349c064362eeb7eb040
(HTM) 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(-)
---
(DIR) diff --git a/bin/9l b/bin/9l
t@@ -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