Skip to content

Commit 2d7817f

Browse files
wspearCopilot
andauthored
Update scripts/demo.sh
Co-authored-by: Copilot <[email protected]>
1 parent 5717e8d commit 2d7817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ if [[ "${REBUILD_CONT_OSU}" == "1" ]]; then
823823
log "(Re)building container OSU benchmarks"
824824
rm -rf "${OSU_CONT_PREFIX}"
825825
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 "\
826+
run_silent "${CONTAINER_CMD}" exec -B "${E4S_CL_WORKDIR}:/work" -B "${E4S_CL_CACHE_DIR}:/cache" "${E4S_CL_IMAGE}" bash -lc "\
827827
set -euo pipefail; \
828828
unset CFLAGS; \
829829
unset CXXFLAGS; \

0 commit comments

Comments
 (0)