summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorTanzinul Islam <t_17_7@hotmail.com>2019-06-03 08:22:31 +0100
committerTanzinul Islam <t_17_7@hotmail.com>2019-06-03 08:22:31 +0100
commit5a951d3a2ae3245d2d54384f41423a611831e60b (patch)
tree07b9d55a059c3816bd5fe1e70085f0c272fb06eb /bootstrap.sh
parent435bf47524098c326cf66d08f7f2f15581176e96 (diff)
downloadboost-5a951d3a2ae3245d2d54384f41423a611831e60b.tar.gz
Allow spaces in $PYTHON_ROOT
This may be the case with, for example, `C:\Program Files\Python37` on MSYS2 on Windows (with `MSYS2_PATH_TYPE=inherit` in the .ini file).
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