From: Kern Sibbald Date: Sat, 20 Sep 2008 09:24:17 +0000 (+0000) Subject: Remove all double quotes from SQLite creating script and replace by single quotes... X-Git-Tag: Release-2.4.3~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a40e745035c4385768474e0970b1c20a9f9dfa8;p=bacula%2Fbacula Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7614 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/make_sqlite3_tables.in b/bacula/src/cats/make_sqlite3_tables.in index 5634085568..6d1e011db1 100644 --- a/bacula/src/cats/make_sqlite3_tables.in +++ b/bacula/src/cats/make_sqlite3_tables.in @@ -10,7 +10,7 @@ db_name=@db_name@ ${bindir}/${sqlite} $* ${db_name}.db <