]> andersk Git - gssapi-openssh.git/blobdiff - openssh/mkinstalldirs
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / mkinstalldirs
index bd1c963a0e776d98e7248b8f472d255c288af96f..6b3b5fc5d4d34f3065bdad528dfeb7604dd01a8d 100755 (executable)
@@ -22,13 +22,13 @@ do
      esac
 
      if test ! -d "$pathcomp"; then
-       echo "mkdir $pathcomp"
+        echo "mkdir $pathcomp"
 
-       mkdir "$pathcomp" || lasterr=$?
+        mkdir "$pathcomp" || lasterr=$?
 
-       if test ! -d "$pathcomp"; then
-         errstatus=$lasterr
-       fi
+        if test ! -d "$pathcomp"; then
+         errstatus=$lasterr
+        fi
      fi
 
      pathcomp="$pathcomp/"
This page took 0.033676 seconds and 4 git commands to generate.