X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Fmkinstalldirs;h=5d26a485f11223c19546f3e02ce59d201a5afe48;hb=cd3bee968885a85671cad267e142aad74076b5e2;hp=6fbe5e117629c75a723710efc4b2e0341c17c895;hpb=d6b2b2aa3da7ee7c843ebd5fb286f5848a2df36f;p=gnulib.git diff --git a/config/mkinstalldirs b/config/mkinstalldirs index 6fbe5e117..5d26a485f 100644 --- a/config/mkinstalldirs +++ b/config/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2004-02-15.20 +scriptversion=2005-02-02.21 # 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 0 + exit $? ;; -m) # -m PERM arg shift @@ -37,7 +37,7 @@ while test $# -gt 0 ; do ;; --version) echo "$0 $scriptversion" - exit 0 + exit $? ;; --) # stop option processing shift