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 4a39f6780e..ca0b08d580 100755
--- a/bootstrap.sh
+++ b/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