Re: [PATCH] make all Python scripts executable

2020-02-04 Thread Philippe Mathieu-Daudé
On 2/4/20 5:02 PM, Paolo Bonzini wrote: Scripts that have a Python shebang are meant to be executed directly from the shell; give them 755 permissions. Ah I should have done the chmod in my "Explicit usage of Python 3 (scripts with __main__)" patches, but I would have missed scripts/signrom.p

[PATCH] make all Python scripts executable

2020-02-04 Thread Paolo Bonzini
Scripts that have a Python shebang are meant to be executed directly from the shell; give them 755 permissions. Based-on: <20200204160028.16211-1-pbonz...@redhat.com> Cc: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- scripts/minikconf.py | 0 scripts/signrom.py | 0 tests/qemu-i