From 8ff5a8d548eee7c2cb14b355867debdb29e75419 Mon Sep 17 00:00:00 2001 From: Brian Olson Date: Mon, 6 Dec 2021 19:47:52 +0000 Subject: utils: tracepoints: gen-tp-header: Add execute permission The gen-tp-header script does not have execute permissions set on the file. Add the execute permission to ensure that meson runs this script consistently in the same configuration as other scripts, without invoking python itself separately. Signed-off-by: Brian Olson Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Signed-off-by: Kieran Bingham --- utils/tracepoints/gen-tp-header.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 utils/tracepoints/gen-tp-header.py (limited to 'utils') diff --git a/utils/tracepoints/gen-tp-header.py b/utils/tracepoints/gen-tp-header.py old mode 100644 new mode 100755 -- cgit v1.2.1