diff --git a/bootstrap.sh b/bootstrap.sh index 98cf88bc1c7..d73a14b3182 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -277,7 +277,7 @@ if test "x$flag_no_python" = x; then if test "x$PYTHON_ROOT" = x; then echo -n "Detecting Python root... " - PYTHON_ROOT=`$PYTHON -c "import sys; print sys.prefix"` + PYTHON_ROOT=`$PYTHON -c "import sys; print (sys.prefix)"` echo $PYTHON_ROOT fi fi