From owner-svn-src-user@FreeBSD.ORG Thu Nov 7 22:34:23 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6839E127; Thu, 7 Nov 2013 22:34:23 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from caravan.chchile.org (caravan.chchile.org [178.32.125.136]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC4562336; Thu, 7 Nov 2013 22:34:22 +0000 (UTC) Received: by caravan.chchile.org (Postfix, from userid 1000) id 594E5C2A0C; Thu, 7 Nov 2013 22:34:15 +0000 (UTC) Date: Thu, 7 Nov 2013 23:34:15 +0100 From: Jeremie Le Hen To: Colin Percival , jilles@FreeBSD.org Subject: Re: svn commit: r257602 - user/cperciva/panicmail Message-ID: <20131107223414.GH37879@caravan.chchile.org> Mail-Followup-To: Colin Percival , jilles@FreeBSD.org, src-committers@freebsd.org, svn-src-user@freebsd.org References: <201311040300.rA430jCQ066512@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311040300.rA430jCQ066512@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 22:34:23 -0000 On Mon, Nov 04, 2013 at 03:00:45AM +0000, Colin Percival wrote: > Author: cperciva > Date: Mon Nov 4 03:00:44 2013 > New Revision: 257602 > URL: http://svnweb.freebsd.org/changeset/base/257602 > > Log: > Change > local tmpfile=`mktemp` || exit 1 > into > local tmpfile > tmpfile=`mktemp` || exit 1 > since the former is parsed as "local || exit 1" and loses the exit code > from mktemp. > > Submitted by: jilles Out of curiosity, is this brokenness of local mandated by the standard? -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons.