Date: Thu, 31 May 2001 17:07:10 -0700 (PDT) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c Message-ID: <200106010007.f5107AY14009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2001/05/31 17:07:10 PDT Modified files: bin/sh eval.c Log: Fix how /bin/sh handles 'for' and 'case' statements when it is called to do errexit (-e) processing. This solves a problem where 'make clean' would fail with an unspecified error in certain automake-generated makefiles. Reviewed by: no objections from -hackers... MFC after: 2 weeks Revision Changes Path 1.30 +17 -1 src/bin/sh/eval.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106010007.f5107AY14009>