summaryrefslogtreecommitdiffstats
path: root/script2makefile
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-06 18:47:50 -0400
committerDJ Delorie <dj@delorie.com>2012-07-06 18:47:50 -0400
commitf71d68d042ac2fe4bbd76b787c2fca6a1b4786c6 (patch)
tree5659e95f4bce83f37d8a1421e3847fd4f61d6f5a /script2makefile
parentb0da73afbc74198ac891d34e98d74e656eb41dbe (diff)
downloadbootstrap.git.DONOTUSE-f71d68d042ac2fe4bbd76b787c2fca6a1b4786c6.tar.gz
bootstrap.git.DONOTUSE-f71d68d042ac2fe4bbd76b787c2fca6a1b4786c6.tar.xz
bootstrap.git.DONOTUSE-f71d68d042ac2fe4bbd76b787c2fca6a1b4786c6.zip
Force exit-on-error for all recipe scripts
Diffstat (limited to 'script2makefile')
-rw-r--r--script2makefile2
1 files changed, 1 insertions, 1 deletions
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 \
) > $@