Capture without arg

master
Heuzef 5 years ago
parent 1d10a6e434
commit 89ed43ed19
  1. 2
      Check.pm

@ -131,7 +131,7 @@ sub action
$shortErr = " ($shortErr)";
}
my $sizeConsistency = capture($^X, "/bin/perl check_size_consistency.pl", "--host=localhost");
my $sizeConsistency = capture($^X, "/bin/perl check_size_consistency.pl --host=localhost");
$str = <<EOF;
<tr$reasonHilite><td class="border">${HostLink($host)}</td>

Loading…
Cancel
Save