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 b8b0166ee5a82d5e75ed60886186fc2ba1f7aa5d
parent 71ce9421bba2e26e38f6898a2350250a13f7518d
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Thu, 24 Mar 2022 17:10:35 -0500

nitpicks

Diffstat:
Mbbl.awk | 2+-
Mbbl.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bbl.awk b/bbl.awk @@ -279,7 +279,7 @@ function roughpattern(regex) { return regex } -function printverse(verse, word_count, characters_printed) { +function printverse(verse, word_count, characters_printed) { if (NO_LINE_WRAP) { if (NO_VERSE_BREAK) { printf("%s ", verse) diff --git a/bbl.sh b/bbl.sh @@ -238,7 +238,7 @@ if [ "$noTerm" ]; then mv "$myTempDir" "${tempDirPattern}K" else echo "$0: Text may not be terminal-compatible and BROWSER environment variable is not set or cannot be invoked." - echo "to suppress this error and try to display on the terminal no matter what, set the environment" + echo "To suppress this error and try to display on the terminal no matter what, set the environment" echo "variable 'UNICODE_TERM' to a non-empty string" exitCode=1 fi