From 6f95baba581255ca82b97f74e8dbc134429609be Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Thu, 22 Feb 2018 23:50:26 +0000 Subject: [PATCH] removed trailing whitespace from output of list-bookcodes-* scripts git-svn-id: https://projectaon.org/data/trunk@2702 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/scripts/list-bookcodes-all.sh | 2 +- common/scripts/list-bookcodes-by-lang.sh | 2 +- common/scripts/list-bookcodes-by-series.sh | 2 +- common/scripts/list-bookcodes-by-subseries.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" <