From: Eric Bollengier Date: Wed, 17 Jan 2007 15:09:49 +0000 (+0000) Subject: ebl fix label_barcodes for french bacula-sd X-Git-Tag: Release-2.0.2~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3c12b5d869c1ca53f7488a908502095ff42e7b5;p=bacula%2Fbacula 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 --- 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");