Add LC_TIME=C to date

This commit is contained in:
Andrey A. Chernov 1997-06-30 10:59:25 +00:00
parent da29c98f76
commit a2f6232436
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27105

View File

@ -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