X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmkinstalldirs;h=6fbe5e117629c75a723710efc4b2e0341c17c895;hb=a8e44d31659376694a4c0c820b856722485049c2;hp=5d26a485f11223c19546f3e02ce59d201a5afe48;hpb=74f5c635f43239bcb54ef371809680136f0e56af;p=citadel.git diff --git a/webcit/mkinstalldirs b/webcit/mkinstalldirs index 5d26a485f..6fbe5e117 100755 --- a/webcit/mkinstalldirs +++ b/webcit/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2005-02-02.21 +scriptversion=2004-02-15.20 # Original author: Noah Friedman # Created: 1993-05-16 @@ -27,7 +27,7 @@ while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" - exit $? + exit 0 ;; -m) # -m PERM arg shift @@ -37,7 +37,7 @@ while test $# -gt 0 ; do ;; --version) echo "$0 $scriptversion" - exit $? + exit 0 ;; --) # stop option processing shift