Update build_tc.sh

This commit is contained in:
Daniel Stankewitz
2018-07-02 08:38:43 +02:00
committed by GitHub
parent c2c4bba6ad
commit d3078ec0a5

View File

@ -4,7 +4,6 @@ STEP=$1
MODE=$2
CPU_CORES=$3
SRC=`realpath src`
DATE_ISO=`date +%Y%m%d`
BUILD=`realpath build`
if [ "$MODE" == "debug" ]; then