Skip to content

Commit 658afde

Browse files
dreifachsteindanieljames
authored andcommittedOct 9, 2017
Fix source dir detection in bootstrap.sh (boostorg#162)
1 parent c47cf1c commit 658afde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎bootstrap.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ EOF
188188
fi
189189
test -n "$want_help" && exit 0
190190

191-
# TBD: Determine where the script is located
192-
my_dir="."
191+
my_dir=$(dirname "$0")
193192

194193
# Determine the toolset, if not already decided
195194
if test "x$TOOLSET" = x; then

0 commit comments

Comments
 (0)
Please sign in to comment.