]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use printf instead of echo
authorMike Gilbert <floppym@gentoo.org>
Mon, 9 Feb 2026 00:12:30 +0000 (19:12 -0500)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 9 Feb 2026 08:36:26 +0000 (09:36 +0100)
commita304f6c9db8b160cd5186b7dfa3cee6d13cce2bf
tree3d6017b100b75d696303261f8bb2607027af6e28
parent7e8c35ce80dc104ed4994aca4b5e64ebf9de36d8
meson: use printf instead of echo

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
test/fuzz/meson.build