From: Kern Sibbald Date: Mon, 8 Sep 2008 12:29:40 +0000 (+0000) Subject: Fix bad syntax in configure regress with db password X-Git-Tag: Release-3.0.0~1013 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7fd2c02d46b76572a57da8227b1e3832d72b5152;p=bacula%2Fbacula Fix bad syntax in configure regress with db password git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7561 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/regress-config.in b/regress/scripts/regress-config.in index a9893691b3..6625280281 100755 --- a/regress/scripts/regress-config.in +++ b/regress/scripts/regress-config.in @@ -7,7 +7,7 @@ if test "x@db_password@" = "x"; then PASSWD= else - PASSWD="--with-db-password=\"@db_password@\"" + PASSWD="--with-db-password=@db_password@" fi CFLAGS="-g -O2 -Wall" \