summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMichael Caisse <mcaisse@ciere.com>2019-06-24 10:15:37 -0700
committerGitHub <noreply@github.com>2019-06-24 10:15:37 -0700
commit6b62590b8b38618f7fb86bd7d273aaa1964b066c (patch)
tree36f37b2f653a5aacbf15a92ec458833b5552ea73 /bootstrap.sh
parente140900dd9b9b6447205652d153b605a1218f7c3 (diff)
parent5a951d3a2ae3245d2d54384f41423a611831e60b (diff)
downloadboost-6b62590b8b38618f7fb86bd7d273aaa1964b066c.tar.gz
Merge pull request #300 from tanzislam/allow-spaces-in-python-root
Allow spaces in $PYTHON_ROOT
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