plist-sort: fix empty PLIST_SUB substitutions#2
Conversation
Fix handling of empty PLIST_SUB variables. Variables defined as empty were incorrectly collapsed from "%%VAR%%" to "VAR".
|
Hello, thanks for submitting this PR. %%VAR%%/some/file but will fail for more complicated lines, like for example: %%PORTDOCS%%%%VAR%%/some/file. I would like to fix all cases in one go and need some time to debug further. |
|
Hi, thanks for looking into my patch. |
Fix handling of empty PLIST_SUB variables.
Variables defined as empty were incorrectly collapsed from "%%VAR%%" to "VAR".