misc: cleanup

This commit is contained in:
Dylan Araps 2018-06-16 18:40:49 +10:00
parent e11ac48306
commit 951ae25c3d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ main() {
awk '/```sh$/{f=1;next}/```/{f=0}f' README.md > readme_code
shellcheck -s bash --exclude=SC2034,SC2154 readme_code || exit 1
# Get the code blocks from README.md
# Source the code blocks from README.md
. readme_code
head="-> Running tests on the Pure Bash Bible.."