summaryrefslogtreecommitdiff
path: root/config/mkinstalldirs
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-11 07:13:26 +0000
committerJim Meyering <jim@meyering.net>2003-11-11 07:13:26 +0000
commit98a4c708d5bed39a54b62d092ec4a70d300aedaf (patch)
treeec7eab3cf1b0e7a41e019d7e25c63f277de7037d /config/mkinstalldirs
parentc6e903bd693edadc73d12346c33b329aa5928dc8 (diff)
downloadcoreutils-98a4c708d5bed39a54b62d092ec4a70d300aedaf.tar.xz
update from gnulib
Diffstat (limited to 'config/mkinstalldirs')
-rw-r--r--config/mkinstalldirs12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/mkinstalldirs b/config/mkinstalldirs
index a55cff670..6504b744b 100644
--- a/config/mkinstalldirs
+++ b/config/mkinstalldirs
@@ -1,10 +1,15 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
+
+scriptversion=2003-11-08.23
+
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain.
-
-scriptversion=2003-09-26.19
+#
+# This file is maintained in Automake, please report
+# bugs to <bug-automake@gnu.org> or send patches to
+# <automake-patches@gnu.org>.
errstatus=0
dirmode=""
@@ -14,7 +19,8 @@ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
Create each directory DIR (with mode MODE, if specified), including all
leading file name components.
-"
+
+Report bugs to <bug-automake@gnu.org>."
# process command line arguments
while test $# -gt 0 ; do