diff options
| author | rsc <devnull@localhost> | 2005-01-07 20:40:44 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-07 20:40:44 +0000 |
| commit | 8953da378543c597229958fc2c39e0986594d017 (patch) | |
| tree | 1d29fe4646b7180c339165faa0f3593c5842104b /bin | |
| parent | 11c751cf1640049d5bbfb349c064362eeb7eb040 (diff) | |
| download | plan9port-8953da378543c597229958fc2c39e0986594d017.tar.gz plan9port-8953da378543c597229958fc2c39e0986594d017.zip | |
oops
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/9l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
