summaryrefslogtreecommitdiff
path: root/build-aux/mdate-sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-23 06:14:37 -0800
committerKarl Berry <karl@freefriends.org>2010-02-23 06:14:37 -0800
commit2709233ead439b582d82af48bd25e709378cda44 (patch)
tree07a591f9803774aa82737be1fb14a054eb77e8bc /build-aux/mdate-sh
parent197bd69ee54bbedb3c6a1c3db0d1cfc922f89a8c (diff)
downloadgnulib-2709233ead439b582d82af48bd25e709378cda44.tar.gz
autoupdate
Diffstat (limited to 'build-aux/mdate-sh')
-rwxr-xr-xbuild-aux/mdate-sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/build-aux/mdate-sh b/build-aux/mdate-sh
index e631b2219a..c477512f87 100755
--- a/build-aux/mdate-sh
+++ b/build-aux/mdate-sh
@@ -1,10 +1,10 @@
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2010-02-22.21; # UTC
-# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010
+# Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
#
# This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,8 @@ case $1 in
cat <<\EOF
Usage: mdate-sh [--help] [--version] FILE
-Pretty-print the modification time of FILE.
+Pretty-print the modification day of FILE, in the format:
+1 January 1970
Report bugs to <bug-automake@gnu.org>.
EOF