Bugfix: Fix syntax error in build script
This commit is contained in:
parent
af5b0bed61
commit
4d3ea4beba
1 changed files with 1 additions and 1 deletions
2
build
2
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 $?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue