Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-22 15:48:33 +0400
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-22 15:48:33 +0400
commitfca22075429a0f4ffbc0f767ca3b99eec0b6d9d4 (patch)
tree1b46ed3b3fb582cc8ad0b825d9d66e6133fe2f1c /mkinstalldirs
parentd90dc552acdc3de93527f8f07621434803a2f9ef (diff)
Update automake-provided files in the toplevel.
/: * compile: Sync from Automake 1.11. * depcomp: Likewise. * install-sh: Likewise. * missing: Likewise. * mkinstalldirs: Likewise. * ylwrap: Likewise.
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs8
1 files changed, 6 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index 259dbfcd3..4191a45db 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
-scriptversion=2005-06-29.22
+scriptversion=2009-04-28.21; # UTC
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
@@ -11,6 +11,9 @@ scriptversion=2005-06-29.22
# bugs to <bug-automake@gnu.org> or send patches to
# <automake-patches@gnu.org>.
+nl='
+'
+IFS=" "" $nl"
errstatus=0
dirmode=
@@ -154,5 +157,6 @@ exit $errstatus
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End: