tweak comment, white space
authorJim Meyering <jim@meyering.net>
Tue, 26 Dec 2000 09:36:36 +0000 (09:36 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 26 Dec 2000 09:36:36 +0000 (09:36 +0000)
tests/mkdir/perm

index 96d6a57..355961f 100755 (executable)
@@ -14,11 +14,11 @@ trap '(exit $?); exit' 1 2 13 15
 
 framework_failure=0
 
-# Record absolute path of srcdir.
+# Record absolute path of srcdir and cd back to current dir.
 cd $srcdir || framework_failure=1
 abs_srcdir=`pwd`
-
 cd $pwd || framework_failure=1
+
 mkdir $tmp || framework_failure=1
 cd $tmp || framework_failure=1