tesac not fi - 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 504851273e762048114fb7ce3187170b151f3694
(DIR) parent bbfdd7a64eba676e440f45520c09136fbd49eb45
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 13 Sep 2005 02:39:54 +0000
esac not fi
Diffstat:
M lib/moveplan9.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh
t@@ -10,7 +10,7 @@ case $# in
*)
echo 'usage: moveplan9.sh [oldpath]' 1>&2
exit 1
-fi
+esac
new=`cleanname $PLAN9`
if [ X"$new" = X"" ]