From f8e73ef8237d39a9a96f31ccfb7114e1cc9d0430 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Wed, 3 Feb 2016 07:52:30 +0000 Subject: [PATCH] build log outputted during compilation rather than at end --- scripts/dm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/dm.sh b/scripts/dm.sh index 908a76c830a..35b9b71989f 100755 --- a/scripts/dm.sh +++ b/scripts/dm.sh @@ -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