1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

unlocalize date

Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
This commit is contained in:
Andrey A. Chernov 1998-12-07 16:17:41 +00:00
parent 71d7142d82
commit 722135c358
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41587

View File

@ -35,6 +35,7 @@
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
LC_TIME=C; export LC_TIME
u=${USER-root} h=`hostname` t=`date`
#r=`head -n 6 $1 | tail -n 1 | awk -F: ' { print $1 } '`
r=`awk -F: ' /^[0-9]\.[0-9]+:/ { print $1; exit }' $1`