From e8f9a7c5026e10014cf525af39e305e9575febed Mon Sep 17 00:00:00 2001 From: "Dirk Hohndel (Intel)" Date: Tue, 2 Jun 2015 10:22:10 -0700 Subject: Build script: create log file by default Signed-off-by: Dirk Hohndel (Intel) --- scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index 8ebdea972..7908d687d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -17,6 +17,9 @@ # of the current directory (except on Mac where the Subsurface.app ends up # in subsurface/build +# create a log file of the build +exec 1> >(tee build.log) 2>&1 + SRC=$(pwd) PLATFORM=$(uname) -- cgit v1.2.3-70-g09d2