make all Python scripts executable
commit6dd360ce3fd599ec373fa1206e850ee106a8e710
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2020 16:02:37 +0000 (4 17:02 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 14:15:16 +0000 (7 15:15 +0100)
tree48a0fc6721e8c3c0974dd42fa0af88377eb39a84
parentb38c2458d4ccbabbfdf1beb9df483b609a9513f8
make all Python scripts executable

Scripts that have a Python shebang are meant to be executed directly from the
shell; give them 755 permissions.

Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200204160237.16889-1-pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
scripts/minikconf.py [changed mode: 0644->0755]
scripts/signrom.py [changed mode: 0644->0755]
tests/qemu-iotests/222 [changed mode: 0644->0755]
tests/qemu-iotests/245 [changed mode: 0644->0755]