Add LC_TIME=C to date
This commit is contained in:
parent
2dca27a4d2
commit
375b662530
@ -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