Skip to content

Commit aa7df10

Browse files
Add escaped quotes to geninfo
1 parent 7b1d930 commit aa7df10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcov-1.11/bin/geninfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ sub get_gcov_version()
18981898
my $version_string;
18991899
my $result;
19001900

1901-
open(GCOV_PIPE, "-|", "$gcov_tool --version")
1901+
open(GCOV_PIPE, "-|", "\"$gcov_tool\" --version")
19021902
or die("ERROR: cannot retrieve gcov version!\n");
19031903
$version_string = <GCOV_PIPE>;
19041904
# LLVM gcov keeps version information on the second line.

0 commit comments

Comments
 (0)