From 4d3ea4beba56cbcab3d8cfc13cba75301d3ca866 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 16 Jul 2019 16:13:53 +0100 Subject: [PATCH] Bugfix: Fix syntax error in build script --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index fd03977..77a3318 100755 --- a/build +++ b/build @@ -70,7 +70,7 @@ task_setup() { check_command git true; check_command awk true; check_command pdflatex true optional; - if [[ "$?" -ne "0" ]]; then echo "${HC}pdflatex${RS} is required to render the reports."; + if [[ "$?" -ne "0" ]]; then echo "${HC}pdflatex${RS} is required to render the reports."; fi check_command bibtex true; task_end $?;