Correctly assign value to variable

Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2021-08-17 01:23:48 +02:00
committed by Compute-Runtime-Automation
parent 33f9a6f4e0
commit f88ac7ce56
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ if [ "${ENABLE_OPENCL}" == "0" ]; then
exit 0
fi
LOG_CCACHE_STATS=:"${LOG_CCACHE_STATS:-0}"
LOG_CCACHE_STATS="${LOG_CCACHE_STATS:-0}"
BUILD_ID="${BUILD_ID:-1}"
CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}"