diff --git a/android-configure b/android-configure index c316ece0a9bcac..6e78356b55607a 100755 --- a/android-configure +++ b/android-configure @@ -16,7 +16,7 @@ for PYTHON in $PYTHONS; do # Check if the python version is >= 3.6 if [ "$($PYTHON -c 'import sys; print(sys.version_info >= (3, 6))' 2>/dev/null)" = "True" ]; then # Run the script with the appropriate python version - $PYTHON "$0.py" "$@" + $PYTHON "android_configure.py" $@ exit $? fi done