]> git.sur5r.net Git - bacula/bacula/commitdiff
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 16 Oct 2009 12:10:18 +0000 (12:10 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 16 Oct 2009 12:10:18 +0000 (12:10 +0000)
regress/scripts/functions.pm

index 3a1f7c15e26dd9976c4918e194a955f8f8683ee3..6c4b5f2bbee22dcc5f3a44e93d07e6139f989b3d 100644 (file)
@@ -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";