On a Tuesday in 2023, Michal Privoznik wrote:
The aim of message-python.sh wrapper is to set some environment
variables and then execute whatever it was called with (usually a
python binary).
Well, we can use 'exec' to replace the shell process with python
instead of forking yet another process.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
scripts/meson-python.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano