From 29ebc210ffaa9f82f41bc8f8085d851bc50d440e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 22 Apr 2007 09:55:12 +0000 Subject: [PATCH] ebl fix relocation add_suffix bugs git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4590 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5