aboutsummaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:11 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:11 +0200
commite8633ec755ff385a49153de7646092286775bd18 (patch)
treef660af4be00399be92391ba2accb7363a55f0967 /mkinstalldirs
parentdocument changes and release 0.12-2 (diff)
parentImported Upstream version 0.13 (diff)
downloadkrb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.tar.gz
krb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.tar.bz2
krb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.zip
Merge commit 'upstream/0.13'
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index ef7e16f..4191a45 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
-scriptversion=2006-05-11.19
+scriptversion=2009-04-28.21; # UTC
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
@@ -157,5 +157,6 @@ exit $errstatus
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End:
bgstack15