mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
build log outputted during compilation rather than at end
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user