From owner-freebsd-stable@FreeBSD.ORG Thu Oct 1 15:12:34 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DBC610656A4 for ; Thu, 1 Oct 2009 15:12:34 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.freebsd.org (Postfix) with ESMTP id D04B68FC16 for ; Thu, 1 Oct 2009 15:12:33 +0000 (UTC) Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id n91Enk5g018123 for ; Thu, 1 Oct 2009 16:49:46 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail3.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id n91Enkdm014442 for ; Thu, 1 Oct 2009 16:49:46 +0200 Received: (from localhost) by curry.mchp.siemens.de (8.14.3/8.14.3) id n91EnkVK034793 for freebsd-stable@freebsd.org; Thu, 1 Oct 2009 16:49:46 +0200 (CEST) Date: Thu, 1 Oct 2009 16:49:46 +0200 From: Andre Albsmeier To: freebsd-stable@freebsd.org Message-ID: <20091001144946.GA75477@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Echelon: X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Bug in 7.2-STABLE's /bin/sh? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 15:12:34 -0000 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... Thanks, -Andre