From 5fc79050706e12da9f44efbb37471f0be00ef3c4 Mon Sep 17 00:00:00 2001 From: "Luke S." Date: Wed, 9 Jan 2008 02:10:10 +0000 Subject: 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 --- modules/calvinscommentaries/bundle_and_install.sh | 1 + 1 file changed, 1 insertion(+) 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/ } -- cgit