]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/load-fragment.c
core: skip whitespace after "|" and "!" in the condition parser 12889/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Jun 2019 14:23:18 +0000 (16:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 27 Jun 2019 08:54:37 +0000 (10:54 +0200)
commit9266f31e61b6b6bda7929911e8e3d2fc87587911
tree4d119cfc7057b94e4e655aa9151c1ca3e02ae965
parente3b52014e2b3e5cfa1ddc23828b14a9fce3507b3
core: skip whitespace after "|" and "!" in the condition parser

We'd skip any whitespace immediately after "=", but then we'd treat whitespace
that is between "|" or "!" and the value as significant. This is rather
confusing, let's ignore it too.
src/core/load-fragment.c