]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bad syntax in configure regress with db password
authorKern Sibbald <kern@sibbald.com>
Mon, 8 Sep 2008 12:29:40 +0000 (12:29 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 8 Sep 2008 12:29:40 +0000 (12:29 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7561 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/regress-config.in

index a9893691b3613494005e7c0d3efb99ed46339b1a..6625280281b0cec95dedb78083c56ee531089e3a 100755 (executable)
@@ -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" \