mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Correctly assign value to variable
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
33f9a6f4e0
commit
f88ac7ce56
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user