Use LC_TIME=C

This commit is contained in:
Andrey A. Chernov 1996-11-26 03:41:39 +00:00
parent e11ba3694e
commit ba0163f6d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19968

View file

@ -73,7 +73,7 @@ then
else
host=`uname -n`
fi
echo '#####' built by $user@$host on `date`
echo '#####' built by $user@$host on `LC_TIME=C date`
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
echo "define(\`__HOST__', $host)dnl"