From 375b662530d832129dd063002d59f6f919f8e08e Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Jun 1997 10:59:25 +0000 Subject: [PATCH] Add LC_TIME=C to date --- usr.sbin/xntpd/scripts/mkversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/xntpd/scripts/mkversion b/usr.sbin/xntpd/scripts/mkversion index 740454f5c2d7..fe043e008ffc 100755 --- a/usr.sbin/xntpd/scripts/mkversion +++ b/usr.sbin/xntpd/scripts/mkversion @@ -8,7 +8,7 @@ RUN="`cat .version`" RUN="`expr $RUN + 1`" echo $RUN > .version -DATE="`date`" +DATE="`LC_TIME=C date`" TOPDIR=`echo $0 | sed -e 's;mkversion;..;'` if [ -r VERSION ]; then