]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix label_barcodes for french bacula-sd
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 17 Jan 2007 15:09:49 +0000 (15:09 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 17 Jan 2007 15:09:49 +0000 (15:09 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4010 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bconsole.pm

index 739f6cdb7f24ec570e5d01a75d4ad73f6d4b9403..f612d6e32d7db7c1dea9e65e03701811668805e4 100644 (file)
@@ -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");