From: Jonathan Blake Date: Thu, 22 Feb 2018 23:50:26 +0000 (+0000) Subject: removed trailing whitespace from output of list-bookcodes-* scripts X-Git-Tag: 20180411~11 X-Git-Url: https://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=6f95baba581255ca82b97f74e8dbc134429609be removed trailing whitespace from output of list-bookcodes-* scripts git-svn-id: https://projectaon.org/data/trunk@2702 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/scripts/list-bookcodes-all.sh b/common/scripts/list-bookcodes-all.sh index 8f738e3..7d4cfbd 100755 --- a/common/scripts/list-bookcodes-all.sh +++ b/common/scripts/list-bookcodes-all.sh @@ -9,4 +9,4 @@ fi book_db="$AONDIR/common/sqlite/bookcodes.db" -sqlite3 -column -noheader "$book_db" "select book from bookcodes order by book" +sqlite3 -noheader "$book_db" "select book from bookcodes order by book" diff --git a/common/scripts/list-bookcodes-by-lang.sh b/common/scripts/list-bookcodes-by-lang.sh index 43d1d79..a967395 100755 --- a/common/scripts/list-bookcodes-by-lang.sh +++ b/common/scripts/list-bookcodes-by-lang.sh @@ -19,7 +19,7 @@ do exit 1 fi - sqlite3 -column -noheader "$book_db" <