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.
2 parents 7a9a4dc + 25b8de2 commit d86ca51Copy full SHA for d86ca51
utils/build-script-impl
@@ -2325,7 +2325,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
2325
# executing ninja directly, have it dump the commands it would
2326
# run, strip Ninja's progress prefix with sed, and tell the
2327
# shell to execute that.
2328
- sh -c "set -x && $("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
+ sh -e -x -c "$("${build_cmd[@]}" -n -v ${target} | sed -e 's/[^]]*] //')"
2329
else
2330
set -x
2331
"${build_cmd[@]}" ${BUILD_TARGET_FLAG} ${target}
0 commit comments