cvs commit: src/bin/sh eval.c
Stefan Farfeleder
stefanf at FreeBSD.org
Sat Sep 10 00:41:38 PDT 2005
stefanf 2005-09-10 07:41:36 UTC
FreeBSD src repository
Modified files:
bin/sh eval.c
Log:
Exit the shell if a pipeline that is not preceded by ! fails and set -e is
active. Use a separate flag to avoid adding another condition to the
if-statement at the end of evaltree().
Briefly reviewed by: cracauer
Revision Changes Path
1.44 +7 -3 src/bin/sh/eval.c
More information about the cvs-src
mailing list