summaryrefslogtreecommitdiff
path: root/build-aux/mkinstalldirs
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-06 20:29:14 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-06 20:29:39 -0800
commitb98b09e24686fb05983ddc6156517d398d407957 (patch)
tree73b83b26a09e9914409dd6c0d4b18bb92410ccf0 /build-aux/mkinstalldirs
parent59e59d99bc1ca635d178778b9b4ee544330775c4 (diff)
downloadgnulib-b98b09e24686fb05983ddc6156517d398d407957.tar.gz
autoupdate
Diffstat (limited to 'build-aux/mkinstalldirs')
-rwxr-xr-xbuild-aux/mkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs
index a31ce6d029..36aa90953b 100755
--- a/build-aux/mkinstalldirs
+++ b/build-aux/mkinstalldirs
@@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
@@ -154,7 +154,7 @@ exit $errstatus
# 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"