aboutsummaryrefslogtreecommitdiffstats
path: root/depcomp
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-12 22:06:13 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-03-12 22:06:13 +0200
commite795ffe30a78eaf86ca14e7639695be41020b2f6 (patch)
tree444c606753f7694568a80f5ee47afab58040cc8f /depcomp
parent4168f030b71356261438da4c1bfd9b9ad9ab2492 (diff)
parent07f64759d541a033e79b232c4a186f4414ec811c (diff)
downloadegawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.tar.gz
egawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.tar.bz2
egawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'depcomp')
-rwxr-xr-xdepcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/depcomp b/depcomp
index 49eb4bff..65cbf709 100755
--- a/depcomp
+++ b/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2017-09-16.17; # UTC
+scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
@@ -783,7 +783,7 @@ exit 0
# 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"