From: Eric Bollengier Date: Wed, 14 Oct 2009 08:35:05 +0000 (+0200) Subject: small typo fix X-Git-Tag: Release-5.0.0~285^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1d8b860a6727cc78bb120c465b58fb52e8d9b49;p=bacula%2Fbacula small typo fix --- diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index 3a1f7c15e2..6c4b5f2bbe 100644 --- a/regress/scripts/functions.pm +++ b/regress/scripts/functions.pm @@ -69,7 +69,7 @@ BEGIN { $ENV{bin} = $bin = $ENV{bin} || "$cwd/bin"; $ENV{tmp} = $tmp = $ENV{tmp} || "$cwd/tmp"; - $ENV{src} = $src = $ENV{src} || "$cwd/scr"; + $ENV{src} = $src = $ENV{src} || "$cwd/src"; $ENV{conf} = $conf = $ENV{conf} || $bin; $ENV{scripts} = $scripts = $ENV{scripts} || $bin; $ENV{tmpsrc} = $tmpsrc = $ENV{tmpsrc} || "$cwd/tmp/build";