Add LC_TIME=C to date

This commit is contained in:
ache 1997-06-30 10:59:25 +00:00
parent 2dca27a4d2
commit 375b662530

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