From owner-svn-src-all@freebsd.org Fri Feb 9 16:19:09 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 9DE34F0FC90; Fri, 9 Feb 2018 16:19:09 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (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 0CC886B227; Fri, 9 Feb 2018 16:19:09 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id f136so11939555lff.8; Fri, 09 Feb 2018 08:19:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=4uxOnYfw6BF2IZ467ZYGJ3a5Z8Wc+G/mEpYCdktS3r0=; b=CeV7UGlsdLpi2pMMB8iydWKilA9zp4ZLTjbm4+DfWWVhAY4kyXTNQYlEJ9ZBMVjT62 mC0/HHikmE3e9pDJM6LQsxgTfTsAD0Z5ziAaYqPt8o5KjHH2Ru8Qp789gAGFJHXkwU7O VOApVsp9DVZeJPDXcfE1lVlUY4150nq1AZ9dvdX36nwiH2PlHJ9PdT+/Zek5r1Sw4i7s lbH57O6DlFcXxpW/oIjvK9eBmroc8+dqIcjPFfKrLO0v5RLH1t3yNhrBjSsaoPpYYeW/ /byxm/+fJ0KXV51fZDujpIvQ1kJRpWOXQbaa5OXeNlhaFGO2onh1lW7ZS8UhOFcHLe8n 7+eg== 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=4uxOnYfw6BF2IZ467ZYGJ3a5Z8Wc+G/mEpYCdktS3r0=; b=HBMupySTDuRgWQ6NMC+DUE9txbWLzc7FW9DnThreGEmMVbtdoVbsRJ3baUs1a5idpn RniMB7fWZQFBB41wO6Kq4GC0jRrIFL2sCuRC9xwRGGeeasEiUQtMq4V9zu9PAaAYvAv8 SKtDBkoIO76jBp03sLjqkghx2KxNIItQu+uqUSnhN83x71uajTRjjEJcDJnqPXMtXmyQ xjGXoF8PKCjUz9G7ZXWMfjjFUBSCzIx6bqJ9QCuNqu/O4AdFglo3wL1ujL3R7NGTVOtw 3O2wZ/RXl2dk7gXrWX0bt1XxVAFltCSAQy8nbigVUKXLYJf25AXWlZ+LbBR1EAlXAtae NMmw== X-Gm-Message-State: APf1xPCl77b4LdbLA1T33QVX5CUQ4CGZRlUKX56cZrZowIAWAHGpB4qf CFzVgnhDGQo1az976piYyX05W3vdRAlB2/VpDqg= X-Google-Smtp-Source: AH8x2260J6u1cEcclt6ZyUNUGmDqmcZxUXRgVunQnJ3hTjfYQKAYhv/JMnn0lARlQnhg8JwBdPXmD9BWk08HuQX05K8= X-Received: by 10.25.229.129 with SMTP id i1mr2463891lfk.66.1518193146239; Fri, 09 Feb 2018 08:19:06 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.87.131 with HTTP; Fri, 9 Feb 2018 08:19:05 -0800 (PST) In-Reply-To: <201802091550.w19FoXEb018181@repo.freebsd.org> References: <201802091550.w19FoXEb018181@repo.freebsd.org> From: Alan Somers Date: Fri, 9 Feb 2018 09:19:05 -0700 X-Google-Sender-Auth: _0DFQXrqOgayRAGfrU7J4J_0Nto Message-ID: Subject: Re: svn commit: r329064 - head/share/zoneinfo To: Warner Losh Cc: src-committers@freebsd.org, 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:19:09 -0000 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. -Alan