summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-26 06:55:35 +0000
committerache <ache@FreeBSD.org>1996-11-26 06:55:35 +0000
commit5a915103a48a91591a64ffc42981e72da78fc67b (patch)
tree2aec08ce9c7efa092b9624d8d4a7b7283f623210 /sys/conf/newvers.sh
parent1b3b504f1518dcaaa8eb5fbfffea8279ced96781 (diff)
downloadFreeBSD-src-5a915103a48a91591a64ffc42981e72da78fc67b.zip
FreeBSD-src-5a915103a48a91591a64ffc42981e72da78fc67b.tar.gz
Replace LC_TIME= with LC_TIME=C
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7697de2..7533715 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -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
OpenPOWER on IntegriCloud