Reset LC_TIME only and add missing export

This commit is contained in:
ache 1995-10-23 20:33:13 +00:00
parent c1cc65762e
commit 5a168fe475
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}|" \