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:
imp 2018-02-09 15:50:32 +00:00
parent 1adeb0a164
commit 231d8bbc0a

View File

@ -101,7 +101,7 @@ zoneinfo: yearistype ${TDATA}
# differences between the two don't matter for this purpose. # differences between the two don't matter for this purpose.
# #
.if make(*install*) .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 .endif
beforeinstall: install-zoneinfo beforeinstall: install-zoneinfo