diff options
author | rsc <devnull@localhost> | 2005-09-13 02:39:54 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-09-13 02:39:54 +0000 |
commit | 504851273e762048114fb7ce3187170b151f3694 (patch) | |
tree | e8cd3f567b551e6e136efccd3f8c56f57d3dc515 /lib | |
parent | bbfdd7a64eba676e440f45520c09136fbd49eb45 (diff) | |
download | plan9port-504851273e762048114fb7ce3187170b151f3694.tar.gz plan9port-504851273e762048114fb7ce3187170b151f3694.tar.bz2 plan9port-504851273e762048114fb7ce3187170b151f3694.zip |
esac not fi
Diffstat (limited to 'lib')
-rw-r--r-- | lib/moveplan9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh index 17165af2..13105d5e 100644 --- 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"" ] |