]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
macros: fix sysusers_create_inline (#8489)
authorFilipe Brandenburger <filbranden@google.com>
Mon, 19 Mar 2018 17:05:49 +0000 (10:05 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Mar 2018 17:05:49 +0000 (18:05 +0100)
This typo was introduced in commit dd2490ae12ad1e when using
here-documents for the macro values.

src/core/macros.systemd.in

index 8307712ffed3a9d6fdef6fa47e365dbadfe3c8dd..6a162a0ec89a97a3bb8bb4506222d55486f86e45 100644 (file)
@@ -102,7 +102,7 @@ systemd-sysusers %{?*} >/dev/null 2>&1 || : \
 
 %sysusers_create_inline() \
 systemd-sysusers - <<SYSTEMD_INLINE_EOF >/dev/null 2>&1 || : \
-%(cat %2) \
+%{?*} \
 SYSTEMD_INLINE_EOF \
 %{nil}