From owner-svn-src-all@FreeBSD.ORG Wed Sep 26 19:04:52 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1707A1065670; Wed, 26 Sep 2012 19:04:52 +0000 (UTC) Date: Wed, 26 Sep 2012 19:04:52 +0000 From: Alexey Dokuchaev To: Glen Barber Message-ID: <20120926190451.GA92155@FreeBSD.org> References: <201209261804.q8QI4H9P069204@svn.freebsd.org> <20120926184643.GD1309@glenbarber.us> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20120926184643.GD1309@glenbarber.us> User-Agent: Mutt/1.4.2.1i Cc: Garrett Cooper , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r240967 - head/release X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Sep 2012 19:04:52 -0000 On Wed, Sep 26, 2012 at 02:46:43PM -0400, Glen Barber wrote: > On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: > > > -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} > > > +if [ "x${OSVERSION}" == "x" ]; then > > > > This should be `=` in order to be backwards compatible with older > > (pre-9.1) copies of /bin/sh > > This won't be going into pre-9.1 versions of FreeBSD. Still, there is no need to spread this bogus syntax which we had erroneously adoped. ./danfe