bbl

Read, search and index the Bible on the command line -- Greek, Latin, KJV, Knox, RSV, and more
git clone git://git.wilsonrgheen.com/bbl
Log | Files | Refs | README | LICENSE

commit 1792e12de77002f1856c6062aa828ac65be9a182
parent 387d074f9b2ff488a0e54839572261791defb613
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Sun, 21 Aug 2022 16:06:39 -0500

Fix typo

Diffstat:
Mbbl.awk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbl.awk b/bbl.awk @@ -217,7 +217,7 @@ function parseref(arr, q, i) { arr["chapter:verse", substr(q, 2, RLENGTH - 1)] = 1 q = substr(q, RLENGTH + 1) } - } while (match(q, sprintf("^, ?%s:%s", re["num"]))) + } while (match(q, sprintf("^, ?%s:%s", re["num"], re["num"]))) if (q != "") { return "unknown"