build log outputted during compilation rather than at end

This commit is contained in:
GinjaNinja32
2016-02-03 07:52:30 +00:00
parent c257d0192e
commit f8e73ef823
+1 -2
View File
@@ -44,8 +44,7 @@ if [[ $DM == "" ]]; then
exit 3
fi
"$DM" $dmepath.mdme > build_log.txt
cat build_log.txt
"$DM" $dmepath.mdme | tee build_log.txt
retval=$?
mv $dmepath.mdme.dmb $dmepath.dmb