Reset LC_TIME only and add missing export

This commit is contained in:
Andrey A. Chernov 1995-10-23 20:33:13 +00:00
parent 4d279a0648
commit 4aa17bf7c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11739
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ SUBDIR= tools xfer
VER = 4.9.3-BETA26-LOCAL
version.c: ${.CURDIR}/Version.c ${.CURDIR}/Makefile ${SRCS}
(LANG=; LC_TIME=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
(LC_TIME=; export LC_TIME; 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}|" \

View File

@ -13,7 +13,7 @@ MAN8= named-xfer.8
VER = 4.9.3-BETA26-LOCAL
version.c: ${.CURDIR}/../Version.c ${.CURDIR}/Makefile ${SRCS}
(LANG=; LC_TIME=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
(LC_TIME=; export LC_TIME; 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}|" \