summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 819d7e0..befdf70 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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