Skip to content

Commit 00b1654

Browse files
committed
Bugfix #282: geninfo_gcov_tool RC file setting ignored.
Signed-off-by: Henry Cox <[email protected]>
1 parent 685efdf commit 00b1654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/geninfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ if (!lcovutil::parseOptions(\%lcovutil::geninfo_rc_opts, \%geninfo_opts)) {
271271
$buildDirSearchPath =
272272
SearchPath->new('build directory',
273273
@build_directory ? @build_directory : @lcovutil::rc_build_dir);
274+
@gcov_tool = @lcovutil::rc_gcov_tool unless @gcov_tool;
274275

275276
# Check regexp
276277
if (defined($lcovutil::rc_adjust_src_path)) {

0 commit comments

Comments
 (0)