fix typo
authorJim Meyering <jim@meyering.net>
Fri, 10 Nov 2000 09:02:29 +0000 (09:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Nov 2000 09:02:29 +0000 (09:02 +0000)
tests/mkdir/parents

index edd1000..f32f00e 100755 (executable)
@@ -31,7 +31,7 @@ fail=0
 
 p=`ls -ld e-dir|sed 's/ .*//'`
 case $p in drwx------);; *) fail=1;; esac
-if test $fail = 1
+if test $fail = 1; then
   cat <<EOF >&2
 $0: Since it looks like you're running this test in a directory with
 the sticky bit set, we're skipping this test.