From owner-freebsd-stable Wed Aug 21 3: 3:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E5A37B400 for ; Wed, 21 Aug 2002 03:03:14 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF4043E4A for ; Wed, 21 Aug 2002 03:03:14 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 17hSKW-00008v-00; Wed, 21 Aug 2002 11:03:12 +0100 To: freebsd-stable-local@be-well.no-ip.com, stable@freebsd.org Subject: Re: minor annoyances In-Reply-To: <443ct8mxr9.fsf@be-well.ilk.org> Message-Id: From: Pete French Date: Wed, 21 Aug 2002 11:03:12 +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > If it works, '(aaa &) && bb' can't mean anything other than 'aaa & bb'. > The "bb" always executes, regardless of the result of "aaa". It does ? I would have thought that this would only execute "bb" if the fork succeeds on the right hand side. How else do you test for fork failing ? -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message