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 f6eaa13 commit d6b6b62Copy full SHA for d6b6b62
utils/build-script-impl
@@ -337,7 +337,7 @@ function with_pushd() {
337
}
338
339
function quoted_print() {
340
- python -c 'import pipes; import sys; print(" ".join(pipes.quote(arg) for arg in sys.argv[1:]))' "$@"
+ python3 -c 'import pipes; import sys; print(" ".join(pipes.quote(arg) for arg in sys.argv[1:]))' "$@"
341
342
343
function toupper() {
0 commit comments