svn commit: r329064 - head/share/zoneinfo

Warner Losh imp at FreeBSD.org
Fri Feb 9 15:50:33 UTC 2018


Author: imp
Date: Fri Feb  9 15:50:32 2018
New Revision: 329064
URL: https://svnweb.freebsd.org/changeset/base/329064

Log:
  We don't actually need env here, so drop it. All shells allow setting
  of shell variables for the next command like this.

Modified:
  head/share/zoneinfo/Makefile

Modified: head/share/zoneinfo/Makefile
==============================================================================
--- head/share/zoneinfo/Makefile	Fri Feb  9 15:49:56 2018	(r329063)
+++ head/share/zoneinfo/Makefile	Fri Feb  9 15:50:32 2018	(r329064)
@@ -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


More information about the svn-src-head mailing list