diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-29 06:55:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-29 06:55:36 +0000 |
commit | 90407bb522614258f4618d68670345bd55ad1b24 (patch) | |
tree | 4708999fd1109ffd658321934eed30f514ee266e /build-aux/mkinstalldirs | |
parent | a143307078deb9e894618223b938544404873e52 (diff) | |
download | coreutils-90407bb522614258f4618d68670345bd55ad1b24.tar.xz |
Update from gnulib.
Diffstat (limited to 'build-aux/mkinstalldirs')
-rw-r--r-- | build-aux/mkinstalldirs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs index 259dbfcd3..ef7e16fda 100644 --- a/build-aux/mkinstalldirs +++ b/build-aux/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2005-06-29.22 +scriptversion=2006-05-11.19 # 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= |