Skip to content

Commit

Permalink
Remove FORCE_PYTHON2 for configure
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 16, 2021
1 parent 6ee03ac commit ba3e91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Note that the mix of single and double quotes is intentional,
# as is the fact that the ] goes on a new line.
_=[ 'exec' '/bin/sh' '-c' '''
test ${FORCE_PYTHON2} && exec python2 "$0" "$@" # workaround for gclient
command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
command -v python3.7 >/dev/null && exec python3.7 "$0" "$@"
Expand Down

0 comments on commit ba3e91e

Please sign in to comment.