mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Add LC_TIME=C to date
This commit is contained in:
parent
da29c98f76
commit
a2f6232436
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27105
@ -8,7 +8,7 @@ RUN="`cat .version`"
|
||||
RUN="`expr $RUN + 1`"
|
||||
echo $RUN > .version
|
||||
|
||||
DATE="`date`"
|
||||
DATE="`LC_TIME=C date`"
|
||||
TOPDIR=`echo $0 | sed -e 's;mkversion;..;'`
|
||||
|
||||
if [ -r VERSION ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user