Skip to content
Snippets Groups Projects
Commit 7b38d9c8 authored by con's avatar con
Browse files

Fixes: - Proparser handling of '=' operator.

Details:
"CONFIG = foo bar" resulted in "CONFIG = bar"
"CONFIG = foo
CONFIG = bar $$CONFIG"
resulted in "CONFIG = bar bar"
parent fe9b2ce6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment