Explorar o código

Merge pull request #300 from tanzislam/allow-spaces-in-python-root

Allow spaces in $PYTHON_ROOT
Michael Caisse %!s(int64=7) %!d(string=hai) anos
pai
achega
6b62590b8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bootstrap.sh

+ 1 - 1
bootstrap.sh

@@ -359,7 +359,7 @@ if test "x$flag_no_python" = x; then
 import python ;
 if ! [ python.configured ]
 {
-    using python : $PYTHON_VERSION : $PYTHON_ROOT ;
+    using python : $PYTHON_VERSION : "$PYTHON_ROOT" ;
 }
 EOF
 fi

粤ICP备19079148号