We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1d930 commit aa7df10Copy full SHA for aa7df10
lcov-1.11/bin/geninfo
@@ -1898,7 +1898,7 @@ sub get_gcov_version()
1898
my $version_string;
1899
my $result;
1900
1901
- open(GCOV_PIPE, "-|", "$gcov_tool --version")
+ open(GCOV_PIPE, "-|", "\"$gcov_tool\" --version")
1902
or die("ERROR: cannot retrieve gcov version!\n");
1903
$version_string = <GCOV_PIPE>;
1904
# LLVM gcov keeps version information on the second line.
0 commit comments