We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5717e8d commit 2d7817fCopy full SHA for 2d7817f
scripts/demo.sh
@@ -823,7 +823,7 @@ if [[ "${REBUILD_CONT_OSU}" == "1" ]]; then
823
log "(Re)building container OSU benchmarks"
824
rm -rf "${OSU_CONT_PREFIX}"
825
mkdir -p "${OSU_CONT_PREFIX}"
826
- run_silent ${CONTAINER_CMD} exec -B "${E4S_CL_WORKDIR}:/work" -B "${E4S_CL_CACHE_DIR}:/cache" "${E4S_CL_IMAGE}" bash -lc "\
+ run_silent "${CONTAINER_CMD}" exec -B "${E4S_CL_WORKDIR}:/work" -B "${E4S_CL_CACHE_DIR}:/cache" "${E4S_CL_IMAGE}" bash -lc "\
827
set -euo pipefail; \
828
unset CFLAGS; \
829
unset CXXFLAGS; \
0 commit comments