From f71d68d042ac2fe4bbd76b787c2fca6a1b4786c6 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 6 Jul 2012 18:47:50 -0400 Subject: Force exit-on-error for all recipe scripts --- script2makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script2makefile') diff --git a/script2makefile b/script2makefile index 63701a5..64ca3e1 100644 --- a/script2makefile +++ b/script2makefile @@ -21,7 +21,7 @@ ${FRAGDIR}/%.mk : ${SCRIPTDIR}/% echo " @echo " ;\ echo " @echo Building $$base" ;\ echo " @echo " ;\ - echo " @bash --rcfile ${RCFILE} -i ${SCRIPTDIR}/$*" ;\ + echo " @bash --rcfile ${RCFILE} -i -e ${SCRIPTDIR}/$*" ;\ echo " @true > done/$$base" ;\ fi \ ) > $@ -- cgit