From 8162ec9b3505bc1f7f7a8cc5ee569582f373abcb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 9 Feb 2018 15:50:32 +0000 Subject: [PATCH] We don't actually need env here, so drop it. All shells allow setting of shell variables for the next command like this. --- share/zoneinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 6b06d6913d69..5296eda17c8e 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -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