From b36bf982d51b4f69d75a621e9b6110f1f442cfea Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 17 Jul 2015 11:22:28 +0200 Subject: [PATCH] Fix directory bug in compile.sh --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index dc1cf61..85834af 100755 --- a/compile.sh +++ b/compile.sh @@ -50,7 +50,7 @@ function produce_pdf() { cd "$dir" # e.g., cd Zinc/ mypdflatex "$pillar_file" && mypdflatex "$pillar_file" - cd .. + cd - } function compile_chapters() {