X-Git-Url: http://git.projectaon.org/?a=blobdiff_plain;ds=sidebyside;f=common%2Fscripts%2Flist-bookcodes-all.sh;fp=common%2Fscripts%2Flist-bookcodes-all.sh;h=7d4cfbd8e6dc92e3ad6c08c0c64997096a355e7d;hb=6f95baba581255ca82b97f74e8dbc134429609be;hp=8f738e37a4f6d43d62a80ece7adc811d51300549;hpb=fa0028d21ffb5d56ca11c3c8003ceea2f4e1d326;p=project-aon.git 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"