summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke S. <luke@motimail.com>2008-01-09 02:10:10 +0000
committerLuke S. <luke@motimail.com>2008-01-09 02:10:10 +0000
commit5fc79050706e12da9f44efbb37471f0be00ef3c4 (patch)
tree297a7bc5027cc618c0e44f43b9642cea0ba11354
parentfaab5ff19c3059670b6cb73b64c305666d0d1585 (diff)
downloadsword-tools-5fc79050706e12da9f44efbb37471f0be00ef3c4.tar.gz
Added small fix for the case where CalvinsCommentaries.zip already exists.
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@133 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/calvinscommentaries/bundle_and_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/calvinscommentaries/bundle_and_install.sh b/modules/calvinscommentaries/bundle_and_install.sh
index f0e2768..57cbf5b 100755
--- a/modules/calvinscommentaries/bundle_and_install.sh
+++ b/modules/calvinscommentaries/bundle_and_install.sh
@@ -135,6 +135,7 @@ function do_zip {
cd "$BUILDDIR"
+ rm -f CalvinsCommentaries.zip
zip -r CalvinsCommentaries.zip mods.d/ modules/
}