Fixed shell build script

This commit is contained in:
Mathieu Champlon 2018-04-01 16:32:16 +02:00 committed by Mathieu Champlon
parent a2647d00e9
commit 6a68fa728b

View file

@ -28,5 +28,5 @@ copy "$BOOST"/doc/src/boostbook.css ../doc/html
copy "$BOOST"/doc/src/images/*.png ../doc/html/images
copy "$BOOST"/doc/src/images/callouts/*.png ../doc/html/images/callouts
cd ../doc
$BOOST/b2 -q "$C"
$BOOST/b2 -q "$@"
cd ../build