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 c1b97a5 + cd1a98c commit b6ec187Copy full SHA for b6ec187
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