#45 fixed syntax error in build script

This commit is contained in:
Dominik Becker 2020-08-03 06:51:41 +00:00
parent 47be7db43f
commit 072d2f5c40

View File

@ -9,7 +9,7 @@ then
fi
# run pandoc
if [ $1 == "pandoc"]
if [ $1 == "pandoc" ]
then
cat chapter/*.md > chapter/out.md
pandoc --filter pandoc-citeproc --filter pandoc-crossref \