summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 01f71479e3..464a45caae 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -360,7 +360,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