From 82e9b2045bde19328123c3cb591f94f4abbdd202 Mon Sep 17 00:00:00 2001 From: Martin Simmons Date: Thu, 30 Dec 2010 18:35:04 +0100 Subject: [PATCH] Fixes some problems in update_sqlite3_tables.in 1) The variable should be DBVERSION. 2) Undo a typo in the database name argument. 3) Put END on its own line to make it work on FreeBSD (non bash?). --- bacula/src/cats/update_sqlite3_tables.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index 07d807c3df..d627976c51 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -15,9 +15,10 @@ cd @working_dir@ sqlite=@DB_TYPE@ db_name=@db_name@ -DBV=`${sqlite} ${db_name} $sbin/regress.db <