From: Eric Bollengier Date: Sun, 22 Apr 2007 09:55:12 +0000 (+0000) Subject: ebl fix relocation add_suffix bugs X-Git-Tag: Release-2.2.0~687 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29ebc210ffaa9f82f41bc8f8085d851bc50d440e;p=bacula%2Fbacula ebl fix relocation add_suffix bugs git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4590 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 33f17328b1..8b964da743 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -728,7 +728,7 @@ sub get_where } if ($add_suffix) { - push @ret,"!([^/])$!\$1$add_prefix!"; + push @ret,"!([^/])\$!\$1$add_suffix!"; } return ('rwhere', join(',', @ret));