From a2f62324368d2c3e9b3144b41ed4a4339e4511a1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" 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