From 8adb4f24772c7ae2236828e78ff6d71fe2ea3cf6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 1 Dec 2006 09:11:40 +0000 Subject: [PATCH] ebl add start /B for win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3720 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 f3112159c4..9c0b05ee59 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -719,7 +719,7 @@ sub go_bweb } if ($^O eq 'MSWin32') { - system("start $self->{mozilla} \"$self->{bweb}$url\""); + system("start /B $self->{mozilla} \"$self->{bweb}$url\""); } elsif (!fork()) { system("$self->{mozilla} -remote 'Ping()'"); -- 2.39.5