Просмотр исходного кода

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

Allow spaces in $PYTHON_ROOT
Michael Caisse 6 лет назад
Родитель
Сommit
6b62590b8b
1 измененных файлов с 1 добавлено и 1 удалено
  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号