From 45966dd07e785f32707aac3f04dfe7d72fd5ebe1 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Wed, 3 Feb 2016 08:21:34 +0100 Subject: [PATCH] Print of build log. --- scripts/dm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dm.sh b/scripts/dm.sh index dda127e27e8..908a76c830a 100755 --- a/scripts/dm.sh +++ b/scripts/dm.sh @@ -45,6 +45,7 @@ if [[ $DM == "" ]]; then fi "$DM" $dmepath.mdme > build_log.txt +cat build_log.txt retval=$? mv $dmepath.mdme.dmb $dmepath.dmb