From ba3e91efe8cd442c10ff4de71f7f657de0bc8650 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 16 Apr 2021 17:28:42 +0200 Subject: [PATCH] Remove FORCE_PYTHON2 for configure --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index c42d9046278c4f..dbe28730902466 100755 --- a/configure +++ b/configure @@ -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" "$@"