mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Quote paths.
[SVN r52557]
This commit is contained in:
parent
bb86963777
commit
af7feb28c1
1 changed files with 2 additions and 2 deletions
|
@ -216,11 +216,11 @@ if test "x$BJAM" = x; then
|
|||
echo -n "Building Boost.Jam with toolset $TOOLSET... "
|
||||
pwd=`pwd`
|
||||
cd "$my_dir/tools/jam/src" && ./build.sh "$TOOLSET" > config.log 2>&1
|
||||
cd $pwd
|
||||
cd "$pwd"
|
||||
arch=`cd $my_dir/tools/jam/src && ./bootstrap/jam0 -d0 -f build.jam --toolset=$TOOLSET --toolset-root= --show-locate-target && cd ..`
|
||||
BJAM="$my_dir/tools/jam/src/$arch/bjam"
|
||||
echo "tools/jam/src/$arch/bjam"
|
||||
cp $BJAM .
|
||||
cp "$BJAM" .
|
||||
fi
|
||||
|
||||
# TBD: Turn BJAM into an absolute path
|
||||
|
|
Loading…
Add table
Reference in a new issue