diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-12-15 04:27:15 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-12-15 04:27:15 +0000 |
| commit | 330ef7ac09b9601feecfc8d289f48ee252797a55 (patch) | |
| tree | a91cefa67a06fcc6c800294d10b239678f321203 | |
| parent | feb17f5acbdba1fea3c39bb3013523a442cc574c (diff) | |
Notes
| -rw-r--r-- | sys/boot/alpha/boot2/newvers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/boot2/newvers.sh b/sys/boot/alpha/boot2/newvers.sh index 88cc010175bb3..978c164898675 100644 --- a/sys/boot/alpha/boot2/newvers.sh +++ b/sys/boot/alpha/boot2/newvers.sh @@ -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 } '` |
