Bugfix: Fix syntax error in build script

This commit is contained in:
Starbeamrainbowlabs 2019-07-16 16:13:53 +01:00
parent af5b0bed61
commit 4d3ea4beba
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -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 $?;