diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-20 21:26:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-20 21:26:06 +0200 |
commit | 34f44e49e257d48eb1db3bc4d78c2b9ceb331717 (patch) | |
tree | b247bd82ba77ac5a6e5466b231fa97141ef6196d /install-sh | |
parent | d3d3f38ef66954d54fa687d49872ed968c391a3b (diff) | |
parent | efc7e96c876ccf3b83ab3249eca852a0292ff943 (diff) | |
download | egawk-34f44e49e257d48eb1db3bc4d78c2b9ceb331717.tar.gz egawk-34f44e49e257d48eb1db3bc4d78c2b9ceb331717.tar.bz2 egawk-34f44e49e257d48eb1db3bc4d78c2b9ceb331717.zip |
Merge branch 'master' into feature/stringfix
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |