mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
The echo builtin provided by some shells (mksh) will interpret \x2d as an escape sequence. This causes meson to fail: ``` test/fuzz/meson.build:93:52: ERROR: File fuzz-unit-file/dm-back-slash.swap does not exist. ``` Bug: https://bugs.gentoo.org/969789