plan9port

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

commit 504851273e762048114fb7ce3187170b151f3694
parent bbfdd7a64eba676e440f45520c09136fbd49eb45
Author: rsc <devnull@localhost>
Date:   Tue, 13 Sep 2005 02:39:54 +0000

esac not fi

Diffstat:
Mlib/moveplan9.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh @@ -10,7 +10,7 @@ case $# in *) echo 'usage: moveplan9.sh [oldpath]' 1>&2 exit 1 -fi +esac new=`cleanname $PLAN9` if [ X"$new" = X"" ]