Build script: create log file by default

Signed-off-by: Dirk Hohndel (Intel) <dhohndel@dhohndel-mac02.jf.intel.com>
This commit is contained in:
Dirk Hohndel (Intel) 2015-06-02 10:22:10 -07:00
parent 6cd85d9b73
commit e8f9a7c502

View file

@ -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)