We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289d239 commit 25b8de2Copy full SHA for 25b8de2
utils/build-script-impl
@@ -2311,7 +2311,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
2311
# executing ninja directly, have it dump the commands it would
2312
# run, strip Ninja's progress prefix with sed, and tell the
2313
# shell to execute that.
2314
- sh -c "set -x && $("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
+ sh -e -x -c "$("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
2315
else
2316
set -x
2317
"${build_cmd[@]}" ${BUILD_TARGET_FLAG} ${target}
0 commit comments