svn commit: r240967 - head/release

Alexey Dokuchaev danfe at FreeBSD.org
Wed Sep 26 19:04:52 UTC 2012


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


More information about the svn-src-all mailing list