Reset LANG and LC_CTYPE to not use national date representation

This commit is contained in:
Andrey A. Chernov 1995-09-27 19:39:22 +00:00
parent 3a8d54d21e
commit 7da123bf7c

View file

@ -13,7 +13,7 @@ MAN8= named-xfer.8
VER = LOCAL-`date +%y%m%d.%H%M%S`
version.c: ${.CURDIR}/../Version.c ${.CURDIR}/Makefile ${SRCS}
(u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
(LANG=; LC_CTYPE=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
h=`hostname` t=`date`; \
sed -e "s|%WHEN%|$${t}|" -e "s|%VERSION%|"${VER}"|" \
-e "s|%WHOANDWHERE%|$${u}@$${h}:$${d}|" \