From 072d2f5c40b25981a34bd45269237cc0851685bb Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Mon, 3 Aug 2020 06:51:41 +0000 Subject: [PATCH] #45 fixed syntax error in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \