X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/12408a1b16c3ce5b7e203bec879ceb3d67ae09a8..09dcbb73d661c6366f40e769a038ef72a7395988:/openssh/mkinstalldirs diff --git a/openssh/mkinstalldirs b/openssh/mkinstalldirs index bd1c963..6b3b5fc 100755 --- a/openssh/mkinstalldirs +++ b/openssh/mkinstalldirs @@ -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/"