aboutsummaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-12 22:07:39 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-03-12 22:07:39 +0200
commited1faa79b624518172ffe51c0bd098d142e15db1 (patch)
treee3302d79857fb85196ba91da0159d4d0f4f41d7c /compile
parent2851796ba5a630da07559169df261afa094ee0d9 (diff)
parente795ffe30a78eaf86ca14e7639695be41020b2f6 (diff)
downloadegawk-ed1faa79b624518172ffe51c0bd098d142e15db1.tar.gz
egawk-ed1faa79b624518172ffe51c0bd098d142e15db1.tar.bz2
egawk-ed1faa79b624518172ffe51c0bd098d142e15db1.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'compile')
-rwxr-xr-xcompile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile b/compile
index 0bb9d0f5..99e50524 100755
--- a/compile
+++ b/compile
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2017-09-16.17; # UTC
+scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
@@ -340,7 +340,7 @@ exit $ret
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"