Skip to content

Commit

Permalink
Update build_all.sh
Browse files Browse the repository at this point in the history
Fix blind version build.
  • Loading branch information
TheNetAdmin committed Jul 20, 2019
1 parent ff76a3e commit 55f4fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/ci/build_all.sh
Expand Up @@ -18,7 +18,7 @@ function build() {
latexmk -xelatex -outdir=out

blind_suffix=""
if [ $4 == "true" ]
if [ $5 == "true" ]
then
blind_suffix="-blind"
fi
Expand Down Expand Up @@ -65,4 +65,4 @@ build $degree "general" "thesis" "final" "true"

for type in ${types[@]}; do
build $degree "general" $type "final" "false"
done
done

0 comments on commit 55f4fa9

Please sign in to comment.