We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dbb722 + 0676255 commit 951271bCopy full SHA for 951271b
boost.sh
@@ -479,7 +479,7 @@ unpackBoost()
479
echo Unpacking boost into "$SRCDIR"...
480
481
[ -d "$SRCDIR" ] || mkdir -p "$SRCDIR"
482
- [ -d "$BOOST_SRC" ] || ( cd "$SRCDIR"; tar xfj "$BOOST_TARBALL" )
+ [ -d "$BOOST_SRC" ] || ( cd "$SRCDIR"; tar xjf "$BOOST_TARBALL" )
483
[ -d "$BOOST_SRC" ] && echo " ...unpacked as $BOOST_SRC"
484
485
doneSection
changelog
@@ -1,3 +1,6 @@
1
+-- 2018-08-24 --
2
+* Fixed incorrect ordering of params for tar command
3
+
4
-- 2018-08-21 --
5
* Disabled hiding symbols & inlines
6
- This was causing clang to throw warnings, regardless of the project's
0 commit comments