From owner-svn-src-head@freebsd.org Fri Feb 9 15:50:33 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EE03F0D85A; Fri, 9 Feb 2018 15:50:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F44E69A2C; Fri, 9 Feb 2018 15:50:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A4E426CB3; Fri, 9 Feb 2018 15:50:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w19FoXQc018182; Fri, 9 Feb 2018 15:50:33 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w19FoXEb018181; Fri, 9 Feb 2018 15:50:33 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201802091550.w19FoXEb018181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 9 Feb 2018 15:50:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329064 - head/share/zoneinfo X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/share/zoneinfo X-SVN-Commit-Revision: 329064 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 15:50:33 -0000 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