From: Emil Velikov Date: Thu, 23 Aug 2018 13:44:19 +0000 (+0100) Subject: bin/git_sha1_gen.py: remove execute bit/shebang X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c51e7486d90a605b18109d5509fed0d3db23a8a5;p=mesa.git bin/git_sha1_gen.py: remove execute bit/shebang The script is executed explicitly via the build system, that uses PYTHON/prog_python and equivalent. Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py old mode 100755 new mode 100644 index 7741159816b..c6fbf490302 --- a/bin/git_sha1_gen.py +++ b/bin/git_sha1_gen.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """ Generate the contents of the git_sha1.h file. The output of this script goes to stdout.