From owner-cvs-all Wed Apr 4 2:30:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8010437B71D; Wed, 4 Apr 2001 02:30:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349UpB55453; Wed, 4 Apr 2001 02:30:51 -0700 (PDT) (envelope-from brian) Message-Id: <200104040930.f349UpB55453@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 02:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 02:30:50 PDT Modified files: bin/sh parser.c Log: Handle ``!'' characters when they appear as second and subsequent parts of an && or || expression. This makes this expression work as expected: if true && ! false; then echo yes; fi Revision Changes Path 1.34 +4 -1 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message