From baf60e027dbf42d022e5f2f84cf83bad776c07b5 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Tue, 26 Feb 2013 12:12:43 +0100 Subject: [PATCH] don't use sqlite's line output --- atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom b/atom index 2465ac4..75e113e 100755 --- a/atom +++ b/atom @@ -217,7 +217,7 @@ openDatabase() { fi sqlite3 "$database" < $schema fi - sqlite3 -line "$database" \ + sqlite3 "$database" \ < "$tempdir/sqlite.in" \ > "$tempdir/sqlite.out" & exec 3> "$tempdir"/sqlite.in