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 5d55ffe commit cd1a98cCopy full SHA for cd1a98c
utils/build-script-impl
@@ -340,7 +340,7 @@ function with_pushd() {
340
}
341
342
function quoted_print() {
343
- 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:]))' "$@"
344
345
346
function toupper() {
0 commit comments