summaryrefslogtreecommitdiffstats
path: root/modules/calvinscommentaries
diff options
context:
space:
mode:
authorLuke S. <luke@motimail.com>2009-05-12 12:52:00 +0000
committerLuke S. <luke@motimail.com>2009-05-12 12:52:00 +0000
commit8e368ca5d8a06927b6f5c46a1572f694fda3e4f1 (patch)
tree4a7216da0ce359d86e8608da977b2b8cea1dbfbb /modules/calvinscommentaries
parent459a1049a513ca8266bb6c8d0b36aafe977023a0 (diff)
downloadsword-tools-8e368ca5d8a06927b6f5c46a1572f694fda3e4f1.tar.gz
Updated for Sword > 1.5.9
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@206 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/calvinscommentaries')
-rwxr-xr-xmodules/calvinscommentaries/bundle_and_install.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/modules/calvinscommentaries/bundle_and_install.sh b/modules/calvinscommentaries/bundle_and_install.sh
index f7821b1..fcaaf91 100755
--- a/modules/calvinscommentaries/bundle_and_install.sh
+++ b/modules/calvinscommentaries/bundle_and_install.sh
@@ -121,16 +121,9 @@ function convert_to_mod {
# clean out old stuff
rm -f "$OSIS2MODOUTPUT/*"
- # Bug in osis2mod 1.5.9 -- it removes all whitespace either side
- # of a newline, so if a sentence has a newline in it, words end
- # up merged together. Fix that below:
-
- tr '\n' ' ' < "$COMBINED" > "$COMBINED.2"
- mv "$COMBINED.2" "$COMBINED"
-
# osis2mod
echo "Running osis2mod..."
- osis2mod "$OSIS2MODOUTPUT" "$BUILDDIR/$COMBINED" 0 2 3 || exit 1
+ osis2mod "$OSIS2MODOUTPUT" "$BUILDDIR/$COMBINED" -z -b 3 || exit 1
}
function do_zip {