c89f52ac6938374972253d8752ed65f3af0b3ef4 |
|
11-Nov-2015 |
Lennart Poettering <lennart@poettering.net> |
core: fix dependency parsing
3d793d29059a7ddf5282efa6b32b953c183d7a4d broke parsing of unit file
names that include backslashes, as extract_first_word() strips those.
Fix this, by introducing a new EXTRACT_RETAIN_ESCAPE flag which disables
looking at any flags, thus being compatible with the classic
FOREACH_WORD() behaviour. |