Details
-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: osis2mod
-
Labels:None
-
Environment:
I am running osis2mod: $Rev: 2783 $ under GNU/Linux (Archlinux)
Description
Hi,
I am working on FreJND and I wanted to know which versification is best adapted. So I made a shell script consisting in :
for VERSIFICATION in Catholic Catholic2 German KJV KJVA Leningrad Luther MT NRSV NRSVA Rahlfs Synodal Vulg; do
echo "=== ${VERSIFICATION} ==="
osis2mod "${TMP_FOLDER}" "${OSIS_FILE}" -z -v "${VERSIFICATION}" | grep -c "versification"
done
Weeks ago my script worked fine, but now my script never ends :s
Indeed osis2mod doesn't end when I use several versifications.
Furthermore it depends on the versification I choose but it seems to block at different places.
To test, just download http://koocotte.org/darby/darby.osis.bz2, extract it, and run for example :
osis2mod . darby.osis -v Catholic