diff options
| -rwxr-xr-x | deploy.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -39,6 +39,6 @@ templates=`ls | grep .tex`  for file in 'seq $templates'  do  -    cat test | sed -r "s/^### Insert graphicspath command here ###/\\\graphicspath {$path}/" > file  +    sed -r "s/^### Insert graphicspath command here ###/\\\graphicspath {$path}/" -i $file   done | 
