diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-06-22 10:14:55 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-06-22 10:14:55 -0600 |
commit | abeb2c25935ef8c75f1e5deef0f81276754dc975 (patch) | |
tree | 8c40d7af1d7eaa7e02c46ce8c8c9ab37caf3bacd /mkinstalldirs | |
parent | d5f1993e53b19b2b7dedebf14c70696c9651e35b (diff) | |
download | alpine-abeb2c25935ef8c75f1e5deef0f81276754dc975.tar.xz |
* New version 2.21.99999 (06/22/2019)
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-x | mkinstalldirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs index a31ce6d0..55d537f8 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2016-01-11.22; # UTC +scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 @@ -157,6 +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-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: |