From c3c12b5d869c1ca53f7488a908502095ff42e7b5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 17 Jan 2007 15:09:49 +0000 Subject: [PATCH] ebl fix label_barcodes for french bacula-sd git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4010 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bconsole.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bconsole.pm b/gui/bweb/lib/Bconsole.pm index 739f6cdb7f..f612d6e32d 100644 --- a/gui/bweb/lib/Bconsole.pm +++ b/gui/bweb/lib/Bconsole.pm @@ -231,7 +231,7 @@ sub label_barcodes } $self->send("$cmd\n"); - $self->expect_it('-re', '[?].+\)\s*:'); + $self->expect_it('-re', '[?].+\).*:'); my $res = $self->before(); $self->send("yes\n"); $self->expect_it("yes"); -- 2.39.5