]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: quote paths in generated systemd-runtest.env
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 Jun 2025 13:10:00 +0000 (15:10 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 Jun 2025 13:10:00 +0000 (15:10 +0200)
commit0a580dee6bb6c63d587527fc630f1642deea99b5
treeb322a8a1c9724b81db890a77214bb2181a0827d5
parent90b14808f2572a7c0644bffbd459b555a3311423
meson: quote paths in generated systemd-runtest.env

Looking at aecb6eaed7d39d73f296c86a882c644b18b7e634, it seems that we
want build paths with spaces to be supported. Let's use 'printf %q' here
to make that work. Also, use capture:true to make the command less complicated.
meson.build