From: Eric Bollengier Date: Wed, 5 Nov 2008 10:53:18 +0000 (+0000) Subject: ebl Fix bash specific shell X-Git-Tag: Release-2.4.4~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a85a67730230871c6ef1a77010a46e2b3b1d629;p=bacula%2Fbacula ebl Fix bash specific shell git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7976 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index bc807c81f0..8bf8a34116 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -3,7 +3,7 @@ # shell script to create Bacula MySQL tables # bindir=@SQL_BINDIR@ -db_name=${db_name-@db_name@} +db_name=${db_name:-"@db_name@"} if $bindir/mysql $* -f <