mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Shell scripts should be executable so that meson reports their invocation succinctly (does not print 'sh' '-e'). Python scripts should not be executable so that meson does the detection of the right python binary itself. Add -u everywhere to catch potential errors.