diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-20 21:20:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-20 21:20:12 +0200 |
commit | efc7e96c876ccf3b83ab3249eca852a0292ff943 (patch) | |
tree | e37fcd2647d090416310c83cd93e3adf0888ad93 /extension/build-aux/install-sh | |
parent | 7ec5068a7419cc4dddcf7e060077a1287217c5cd (diff) | |
download | egawk-efc7e96c876ccf3b83ab3249eca852a0292ff943.tar.gz egawk-efc7e96c876ccf3b83ab3249eca852a0292ff943.tar.bz2 egawk-efc7e96c876ccf3b83ab3249eca852a0292ff943.zip |
Update config.* and install-sh from GNULIB.
Diffstat (limited to 'extension/build-aux/install-sh')
-rwxr-xr-x | extension/build-aux/install-sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/build-aux/install-sh b/extension/build-aux/install-sh index 0b0fdcbb..0360b79e 100755 --- a/extension/build-aux/install-sh +++ b/extension/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2013-12-25.23; # UTC +scriptversion=2016-01-11.22; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -496,6 +496,6 @@ done # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: |