Date: Fri, 9 Feb 2018 15:50:33 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329064 - head/share/zoneinfo Message-ID: <201802091550.w19FoXEb018181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802091550.w19FoXEb018181>