Oops. Change LC_CTYPE to LC_TIME...

This commit is contained in:
Andrey A. Chernov 1995-10-20 20:32:26 +00:00
parent e266bc3386
commit 3b98e6afc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11594
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ SUBDIR= tools xfer
VER = LOCAL-`date +%y%m%d.%H%M%S`
version.c: ${.CURDIR}/Version.c ${.CURDIR}/Makefile ${SRCS}
(LANG=; LC_CTYPE=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
(LANG=; 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 = LOCAL-`date +%y%m%d.%H%M%S`
version.c: ${.CURDIR}/../Version.c ${.CURDIR}/Makefile ${SRCS}
(LANG=; LC_CTYPE=; u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
(LANG=; 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}|" \