mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Reset LANG and LC_CTYPE to not use national date representation
This commit is contained in:
parent
3a8d54d21e
commit
7da123bf7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}|" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue