We don't actually need env here, so drop it. All shells allow setting

of shell variables for the next command like this.
This commit is contained in:
Warner Losh 2018-02-09 15:50:32 +00:00
parent 312640ff19
commit 8162ec9b35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329064

View file

@ -101,7 +101,7 @@ zoneinfo: yearistype ${TDATA}
# differences between the two don't matter for this purpose.
#
.if make(*install*)
TZS!= cd ${TZBUILDDIR} && find * -type f | env LC_ALL=C sort
TZS!= cd ${TZBUILDDIR} && find * -type f | LC_ALL=C sort
.endif
beforeinstall: install-zoneinfo