1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Reset LANG and LC_TIME env. variables to produce english date

This commit is contained in:
Andrey A. Chernov 1995-08-29 16:08:27 +00:00
parent 359f7ce862
commit 413c9ee9cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10419

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
# $Id: newvers.sh,v 1.18 1995/07/29 18:42:29 rgrimes Exp $
# $Id: newvers.sh,v 1.19 1995/08/26 06:47:52 joerg Exp $
TYPE="FreeBSD"
REVISION="2.2"
@ -46,6 +46,8 @@ VERSION="${TYPE} ${RELEASE}"
RELDATE="199508"
LANG=
LC_TIME=
if [ ! -r version ]
then
echo 0 > version