X-Git-Url: http://git.projectaon.org/?a=blobdiff_plain;f=common%2Fscripts%2Flist-bookcodes-all.sh;h=7d4cfbd8e6dc92e3ad6c08c0c64997096a355e7d;hb=4a7dbd306e2b7c63c6dd7e079233ffd137a6358a;hp=8f738e37a4f6d43d62a80ece7adc811d51300549;hpb=7d3e9ca54e0cb51922b34659b920e61ee3a6e8d2;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"