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