From owner-cvs-bin Sun Oct 6 08:17:39 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23972 for cvs-bin-outgoing; Sun, 6 Oct 1996 08:17:39 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23937; Sun, 6 Oct 1996 08:17:26 -0700 (PDT) Date: Sun, 6 Oct 1996 08:17:26 -0700 (PDT) From: Steve Price Message-Id: <199610061517.IAA23937@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh eval.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/06 08:17:23 Modified: bin/sh eval.c Log: Fix a problem with sh that conflicts with the -e flag text in the man page. Now this will work correctly: /bin/sh -ec 'false && true; echo hi' Obtained from: VaX#n8 Revision Changes Path 1.6 +5 -2 src/bin/sh/eval.c