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