]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix relocation add_suffix bugs
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Apr 2007 09:55:12 +0000 (09:55 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Apr 2007 09:55:12 +0000 (09:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4590 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/brestore.pl

index 33f17328b1861d2272aea57f17c98c324a22d1f1..8b964da743e78f3ae75dd21702802976fc2eb2f3 100755 (executable)
@@ -728,7 +728,7 @@ sub get_where
        }
 
        if ($add_suffix) {
-           push @ret,"!([^/])$!\$1$add_prefix!";
+           push @ret,"!([^/])\$!\$1$add_suffix!";
        }
 
        return ('rwhere', join(',', @ret));