From owner-svn-src-all@freebsd.org Fri Feb 9 16:41:40 2018 Return-Path: Delivered-To: svn-src-all@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 0530AF1186B for ; Fri, 9 Feb 2018 16:41:40 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 809316C3AF for ; Fri, 9 Feb 2018 16:41:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x230.google.com with SMTP id f34so10268233ioi.13 for ; Fri, 09 Feb 2018 08:41:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=JdJUxm6uPNho7XHBTXpxnLFkNTTd17HP3I9ahwC2uDc=; b=MWgbXHX2eqWdIMNsWHl5vHQCWjr1plOk0lreFrda1HD1pEczNTWWpxHFqlhP1NX1+s xwV/66qfjGoIjHV4xKHq5wH5G3yooxpyXWc9lZnlq3f3NO1lhSMxLGar3GtPBTA1Efrz QzPQKJOyq1+PusYYkKKyNhawAt7l55X4qperMf8eMmLeapficsu4e5vWYelicXjbSy6E jW1CqRWFhXuBS82vm9x3iumfrORYvoHUHqc1GAIeU4Kyci2xyCRuU2tDpBqTuag0a8NA 9x6u64cyQnjJlRMDAKez13VL7FeY5Hzt2T87ETplIt+hlUQejgekvZIDW04EotIrnUVy LhYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=JdJUxm6uPNho7XHBTXpxnLFkNTTd17HP3I9ahwC2uDc=; b=njkx4P52ha+82hc0zUaQVlJ9yNRt58aTHW/dfSAhgNlvBRkbY4ajpNZSsNgIUbueXG a6BhgdjCyRF0c8wCE2RrCZOFpwOSvIJFo8V76nRb3Ypvena2cZb2Mb0PpyEkwuCKsPnM LEbjtHYw7lAII2T31JGZSDcnCvoB7GPDnBftOpNsN8aMU56zB+aqGMlyp261+o01BGeA vJxO4fXy7SehUNV37U4N4Oo3KZwB8bhucaW9NPAy4yetHgFfdZ7KrSPA9fXVT1P3l6JY pBozFcAlMkZK79UpTnaf8y2uPBLughZ/k/HbqYQmGb1Uql5DigUoCKn0PaDYQZRTzchS cLxA== X-Gm-Message-State: APf1xPDhUWrE2FJkdDInAc9LFlRc0KiqtGlj9tmmmts2ZwkHHfncUU3Y EINDOHf1ZbBKOZ7LvJADGvww0oPuqLRM87oR6iH4/Q== X-Google-Smtp-Source: AH8x224VLVItrj/S22frfsKbxhmIK6gSxdrXDvk8FwEFY5F9yvt5J9FsYULW9YGCweOi5PdTNn8eONO0vvZ45q7PjbI= X-Received: by 10.107.136.76 with SMTP id k73mr4032602iod.301.1518194498788; Fri, 09 Feb 2018 08:41:38 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.201.67 with HTTP; Fri, 9 Feb 2018 08:41:37 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201802091550.w19FoXEb018181@repo.freebsd.org> From: Warner Losh Date: Fri, 9 Feb 2018 09:41:37 -0700 X-Google-Sender-Auth: p_YlxVciDWxOG6dsbliF0SHAqHw Message-ID: Subject: Re: svn commit: r329064 - head/share/zoneinfo To: Alan Somers Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 16:41:40 -0000 On Fri, Feb 9, 2018 at 9:19 AM, Alan Somers wrote: > On Fri, Feb 9, 2018 at 8:50 AM, Warner Losh wrote: > >> 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 >> > > As a matter of fact, shells/fish doesn't allow that. But don't go > reverting your commit; fish doesn't support "&&" either. Only a weirdo > would invoke fish from a Makefile. > All Bourne-like shells have to. Warner