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

regress/scripts/regress-config.in

index 73e78e86fdbf8935153f0c5debd8e611caab0169..a9893691b3613494005e7c0d3efb99ed46339b1a 100755 (executable)
@@ -7,7 +7,7 @@
 if test "x@db_password@" = "x"; then
   PASSWD=
 else
-  PASSWO="--with-db-password=\"@db_password@\""
+  PASSWD="--with-db-password=\"@db_password@\""
 fi
 
 CFLAGS="-g -O2 -Wall" \