Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Oct 2009 18:44:08 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Andre Albsmeier <Andre.Albsmeier@siemens.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Bug in 7.2-STABLE's /bin/sh?
Message-ID:  <4AC4CE48.3080803@icyb.net.ua>
In-Reply-To: <20091001144946.GA75477@curry.mchp.siemens.de>
References:  <20091001144946.GA75477@curry.mchp.siemens.de>

next in thread | previous in thread | raw e-mail | index | archive | help
on 01/10/2009 17:49 Andre Albsmeier said the following:
> Hello all,
> 
> is it correct to print OK here?
> 
> ------------------ snip ------------------
> 
> #!/bin/sh
> 
> if false || ! echo bla | grep -q bla; then
>   echo OK
> fi
> 
> ------------------ snap -------------------
> 
> 7.2-STABLE (can't check others at the moment)
> does which I think is wrong...

This looks like a bug and it seems to be fixed in head.
Forgotten MFC?

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AC4CE48.3080803>