mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 06:42:45 +00:00
Reduce the diffs with the stock (FSF) version.
This commit is contained in:
parent
6c81eb523e
commit
c0f2657bc2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69671
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user