Skip to content

Commit ba3e91e

Browse files
committed
Remove FORCE_PYTHON2 for configure
1 parent 6ee03ac commit ba3e91e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Note that the mix of single and double quotes is intentional,
55
# as is the fact that the ] goes on a new line.
66
_=[ 'exec' '/bin/sh' '-c' '''
7-
test ${FORCE_PYTHON2} && exec python2 "$0" "$@" # workaround for gclient
87
command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
98
command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
109
command -v python3.7 >/dev/null && exec python3.7 "$0" "$@"

0 commit comments

Comments
 (0)