mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Fix source dir detection in bootstrap.sh (#162)
This commit is contained in:
parent
578b534390
commit
1ff56596ca
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ EOF
|
|||
fi
|
||||
test -n "$want_help" && exit 0
|
||||
|
||||
# TBD: Determine where the script is located
|
||||
my_dir="."
|
||||
my_dir=$(dirname "$0")
|
||||
|
||||
# Determine the toolset, if not already decided
|
||||
if test "x$TOOLSET" = x; then
|
||||
|
|
Loading…
Add table
Reference in a new issue