From: Paolo Bonzini Date: Tue, 4 Feb 2020 16:02:37 +0000 (+0100) Subject: make all Python scripts executable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6dd360ce3fd599ec373fa1206e850ee106a8e710;p=qemu.git 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é Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200204160237.16889-1-pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/scripts/minikconf.py b/scripts/minikconf.py old mode 100644 new mode 100755 diff --git a/scripts/signrom.py b/scripts/signrom.py old mode 100644 new mode 100755 diff --git a/tests/qemu-iotests/222 b/tests/qemu-iotests/222 old mode 100644 new mode 100755 diff --git a/tests/qemu-iotests/245 b/tests/qemu-iotests/245 old mode 100644 new mode 100755