We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ecafd commit c47cf1cCopy full SHA for c47cf1c
doc/pdf/build
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
3
echo Boost version tag = $boost_version
4
(cd ../../libs/accumulators/doc && bjam -a --hash) 2>&1 | tee build.log
0 commit comments