Skip to content

Commit

Permalink
Fix directory bug in compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jul 17, 2015
1 parent 8824417 commit b36bf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function produce_pdf() {

cd "$dir" # e.g., cd Zinc/
mypdflatex "$pillar_file" && mypdflatex "$pillar_file"
cd ..
cd -
}

function compile_chapters() {
Expand Down

0 comments on commit b36bf98

Please sign in to comment.