diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
| commit | 875efad48170fa9c6ffde98cf8a235470726c692 (patch) | |
| tree | fac48ed6bc37c98528f8b39f6d5aad3524f4844d /config/mkinstalldirs | |
| parent | 2f7d369a5c1538ab02be8d824ee074aa0e8f01b7 (diff) | |
| download | postgresql-875efad48170fa9c6ffde98cf8a235470726c692.tar.gz | |
Update to autoconf 2.59 as well as updates of related scripts
Diffstat (limited to 'config/mkinstalldirs')
| -rwxr-xr-x | config/mkinstalldirs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/mkinstalldirs b/config/mkinstalldirs index 6fbe5e1176..5d26a485f1 100755 --- 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 <friedman@prep.ai.mit.edu> # 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 |
