You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lcov: fix whitespace handling in --rc command line option
Specifying blanks around --rc options results in the options not
being correctly recognized, for example:
This doesn't work:
geninfo . -o - --rc="geninfo_adjust_src_path = /tmp => /usr"
This works:
geninfo . -o - --rc="geninfo_adjust_src_path=/tmp => /usr"
Fix this by automatically removing whitespaces at the start and end
of --rc options and values.
0 commit comments