Skip to content

Commit 951271b

Browse files
committed
Merge branch 'blloyd75/master'
2 parents 2dbb722 + 0676255 commit 951271b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ unpackBoost()
479479
echo Unpacking boost into "$SRCDIR"...
480480

481481
[ -d "$SRCDIR" ] || mkdir -p "$SRCDIR"
482-
[ -d "$BOOST_SRC" ] || ( cd "$SRCDIR"; tar xfj "$BOOST_TARBALL" )
482+
[ -d "$BOOST_SRC" ] || ( cd "$SRCDIR"; tar xjf "$BOOST_TARBALL" )
483483
[ -d "$BOOST_SRC" ] && echo " ...unpacked as $BOOST_SRC"
484484

485485
doneSection

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- 2018-08-24 --
2+
* Fixed incorrect ordering of params for tar command
3+
14
-- 2018-08-21 --
25
* Disabled hiding symbols & inlines
36
- This was causing clang to throw warnings, regardless of the project's

0 commit comments

Comments
 (0)