build: Avoid using echo -e

`echo -e` is a GNU extension, and in particular not available on
Darwin.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103493
[smcv: Added commit message]
Reviewed-by: Simon McVittie <smcv@collabora.com>

(cherry picked from commit 216ae1adfc)
This commit is contained in:
Tony Theodore 2017-10-31 13:02:37 +00:00 committed by Simon McVittie
parent d6eb0039c1
commit 47d2e5a345

View file

@ -123,7 +123,7 @@ SUFFIXES = .rc
nodist_dbus_update_activation_environment_SOURCES = disable-uac.rc
disable-uac.rc: Win32.Manifest
echo -e "1 24 \"$<\"" > $@
echo '1 24 "$<"' > $@
endif
EXTRA_DIST = run-with-tmp-session-bus.sh strtoll.c strtoull.c Win32.Manifest