Skip to content

Commit d86ca51

Browse files
committed
Merge pull request #2217 from rintaro/build-script-tests-execution
2 parents 7a9a4dc + 25b8de2 commit d86ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
23252325
# executing ninja directly, have it dump the commands it would
23262326
# run, strip Ninja's progress prefix with sed, and tell the
23272327
# shell to execute that.
2328-
sh -c "set -x && $("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
2328+
sh -e -x -c "$("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
23292329
else
23302330
set -x
23312331
"${build_cmd[@]}" ${BUILD_TARGET_FLAG} ${target}

0 commit comments

Comments
 (0)