diff options
author | ru <ru@FreeBSD.org> | 2000-12-06 09:32:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-06 09:32:10 +0000 |
commit | 47c6557f62040db33abaf390782028eb5e7badce (patch) | |
tree | c5cb244d69582ff896a270ac0031880ece20b342 /contrib | |
parent | 1f1139ecc01785d0e985c57f366ae3135b67276a (diff) | |
download | FreeBSD-src-47c6557f62040db33abaf390782028eb5e7badce.zip FreeBSD-src-47c6557f62040db33abaf390782028eb5e7badce.tar.gz |
Reduce the diffs with the stock (FSF) version.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/groff/mdate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/mdate.sh b/contrib/groff/mdate.sh index 64820d0..b07346a 100755 --- a/contrib/groff/mdate.sh +++ b/contrib/groff/mdate.sh @@ -1,13 +1,13 @@ #! /bin/sh +# +# $FreeBSD$ # Print the modification date of $1 `nicely'. # Don't want foreign dates. LANGUAGE= -LANG=C; export LANG LC_TIME=C; export LC_TIME -LC_CTYPE=C; export LC_CTYPE (date; |