Commit Diff


commit - bbfdd7a64eba676e440f45520c09136fbd49eb45
commit + 504851273e762048114fb7ce3187170b151f3694
blob - 17165af266c0d0f6df41b7741504d68be57a4f3e
blob + 13105d5ec86622d535f7d0b3b996d5e4203208ec
--- lib/moveplan9.sh
+++ 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"" ]