diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,5 @@ #!/bin/sh -export orig="$(pwd)" -export dir="$(dirname $0)" create(){ mkdir imgs cd imgs @@ -38,6 +36,7 @@ cd .. rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log } -cd $dir +export orig="$(pwd)" +cd $(dirname $0) create 2>/dev/null cd $orig |