From ee8041013a574b4f88e05472f321e50e1f4be733 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Wed, 23 Sep 2020 11:36:20 +0100 Subject: Add execute bit back to scripts/tracetool.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit a81df1b68b65 ("libqemuutil, qapi, trace: convert to meson") removed it without explanation and it is useful to be able to run a script without having to figure out which interpreter to use. Signed-off-by: Anthony PERARD Signed-off-by: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Message-Id: <20200923103620.1980151-1-anthony.perard@citrix.com> --- scripts/tracetool.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/tracetool.py (limited to 'scripts') diff --git a/scripts/tracetool.py b/scripts/tracetool.py old mode 100644 new mode 100755 -- cgit v1.1