Skip to content

Commit d6b6b62

Browse files
dkparmar562shahmishal
authored andcommitted
Use Python 3
(cherry picked from commit cd1a98c) (cherry picked from commit 609c50a)
1 parent f6eaa13 commit d6b6b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function with_pushd() {
337337
}
338338

339339
function quoted_print() {
340-
python -c 'import pipes; import sys; print(" ".join(pipes.quote(arg) for arg in sys.argv[1:]))' "$@"
340+
python3 -c 'import pipes; import sys; print(" ".join(pipes.quote(arg) for arg in sys.argv[1:]))' "$@"
341341
}
342342

343343
function toupper() {

0 commit comments

Comments
 (0)