Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/14/2002 23:51:43
Module Name: basesrc
Committed By: christos
Date: Thu Feb 14 21:51:42 UTC 2002
Modified Files:
basesrc/bin/sh: eval.c
Log Message:
PR/11542: Back-out previous change that caused
set -e
for x in a; do
BAR="foo"
false && echo true
echo mumble
done
not to echo mumble...
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 basesrc/bin/sh/eval.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.