chiark / gitweb /
util: rework word parsing and c unescaping code
[elogind.git] / src / shared / condition.c
index 0a77607eeaa1e5244d4bf6964ae97cdfbdb1630e..db12df952b143aa8bf4e36528fd9763e5e1c7c8d 100644 (file)
@@ -100,7 +100,7 @@ static int condition_test_kernel_command_line(Condition *c) {
                 _cleanup_free_ char *word = NULL;
                 bool found;
 
-                r = unquote_first_word(&p, &word, true);
+                r = unquote_first_word(&p, &word, UNQUOTE_RELAX);
                 if (r < 0)
                         return r;
                 if (r == 0)