don't use sqlite's line output

This commit is contained in:
Vincent Riquer 2013-02-26 12:12:43 +01:00
parent 38d248af42
commit baf60e027d

2
atom
View File

@ -217,7 +217,7 @@ openDatabase() {
fi fi
sqlite3 "$database" < $schema sqlite3 "$database" < $schema
fi fi
sqlite3 -line "$database" \ sqlite3 "$database" \
< "$tempdir/sqlite.in" \ < "$tempdir/sqlite.in" \
> "$tempdir/sqlite.out" & > "$tempdir/sqlite.out" &
exec 3> "$tempdir"/sqlite.in exec 3> "$tempdir"/sqlite.in