mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
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:
parent
d6eb0039c1
commit
47d2e5a345
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue