summaryrefslogtreecommitdiffstats
path: root/script2makefile
diff options
context:
space:
mode:
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 \
) > $@