Replace LC_TIME= with LC_TIME=C

This commit is contained in:
Andrey A. Chernov 1996-11-26 06:55:35 +00:00
parent ba0163f6d8
commit ba7615a77e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19969

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
# $Id: newvers.sh,v 1.27 1996/11/03 12:04:05 phk Exp $
# $Id: newvers.sh,v 1.28 1996/11/15 09:19:22 asami Exp $
TYPE="FreeBSD"
REVISION="3.0"
@ -73,7 +73,7 @@ COPYRIGHT="$COPYRIGHT
"
LC_TIME=; export LC_TIME
LC_TIME=C; export LC_TIME
if [ ! -r version ]
then
echo 0 > version