From: Kern Sibbald Date: Mon, 8 Sep 2008 07:00:55 +0000 (+0000) Subject: Fix typo in configure of regress with db password X-Git-Tag: Release-3.0.0~1015 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ced3bcec6302522b385d3cec8d02dd2d361ddff;p=bacula%2Fbacula Fix typo in configure of regress with db password git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7559 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/regress-config.in b/regress/scripts/regress-config.in index 73e78e86fd..a9893691b3 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 - PASSWO="--with-db-password=\"@db_password@\"" + PASSWD="--with-db-password=\"@db_password@\"" fi CFLAGS="-g -O2 -Wall" \