From owner-cvs-all Mon Apr 9 5:46:24 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 6F37C37B423; Mon, 9 Apr 2001 05:46:20 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f39CkKZ68864; Mon, 9 Apr 2001 05:46:20 -0700 (PDT) (envelope-from brian) Message-Id: <200104091246.f39CkKZ68864@freefall.freebsd.org> From: Brian Somers Date: Mon, 9 Apr 2001 05:46:20 -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/09 05:46:20 PDT Modified files: bin/sh parser.c Log: ``|'' should be more binding than ``!'' so that this isn't broken: if ! echo bla | wc -c ; then echo broken fi Obtained from: NetBSD Revision Changes Path 1.36 +14 -3 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message