X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..9ed99f82da680a40becbb4e72d03a30d4acb335e:/mkinstalldirs diff --git a/mkinstalldirs b/mkinstalldirs index d0fd194fd6..0a92f44817 100644 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -1,10 +1,9 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -# Author: Noah Friedman +# Author: Noah Friedman # Created: 1993-05-16 # Public domain -# $Id$ errstatus=0 @@ -27,7 +26,7 @@ do mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then - errstatus=$lasterr + errstatus=$lasterr fi fi