1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-11 17:57:30 +03:00

macros: fix sysusers_create_inline (#8489)

This typo was introduced in commit dd2490ae12ad1e when using
here-documents for the macro values.
This commit is contained in:
Filipe Brandenburger 2018-03-19 10:05:49 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent 912f7a9877
commit c2887d565f

View 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}