removed trailing whitespace from output of list-bookcodes-* scripts
[project-aon.git] / common / scripts / list-bookcodes-all.sh
index 8f738e3..7d4cfbd 100755 (executable)
@@ -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"