Re: [Mesa-dev] [PATCH 1/3] bin/git_sha1_gen.py: remove execute bit/shebang

2018-08-23 Thread Eric Engestrom
On Thursday, 2018-08-23 15:34:28 +0100, Emil Velikov wrote: > From: Emil Velikov > > The script is executed explicitly via the build system, that uses > PYTHON/prog_python and equivalent. All 4 build systems actually do the same thing there, almost hard to believe :] Reviewed-by: Eric Engestrom

[Mesa-dev] [PATCH 1/3] bin/git_sha1_gen.py: remove execute bit/shebang

2018-08-23 Thread Emil Velikov
From: Emil Velikov The script is executed explicitly via the build system, that uses PYTHON/prog_python and equivalent. Signed-off-by: Emil Velikov --- bin/git_sha1_gen.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 bin/git_sha1_gen.py diff --git a/bin/git_sha1_gen.py