diff --git a/build.sh b/build.sh index 6a49098..a1f0395 100755 --- a/build.sh +++ b/build.sh @@ -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 \