]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/create_bacula_database.in
Eliminate bsd_queue conflict with winnt.h
[bacula/bacula] / bacula / src / cats / create_bacula_database.in
index 36be4582b0da0c79c03b5423d14cfe141a249a96..27e2efa46ade77aa6ad1529cfc9aaf3fcc03f2b2 100644 (file)
@@ -5,13 +5,13 @@
 #
 if test xsqlite = x@DB_NAME@ ; then
   echo "Creating SQLite database"
-  . ./create_sqlite_database
+  @scriptdir@/create_sqlite_database
 else
   if test xmysql = x@DB_NAME@ ; then
     echo "Creating MySQL database"
-    . ./create_mysql_database
+    @scriptdir@/create_mysql_database $*
   else
     echo "Creating PostgreSQL database"
-    . ./create_postgresql_database
+    @scriptdir@/create_postgresql_database
   fi
 fi