Mesa (master): bin/git_sha1_gen.py: remove execute bit/shebang

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 23 16:05:15 UTC 2018


Module: Mesa
Branch: master
Commit: c51e7486d90a605b18109d5509fed0d3db23a8a5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c51e7486d90a605b18109d5509fed0d3db23a8a5

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Aug 23 14:44:19 2018 +0100

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 <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 bin/git_sha1_gen.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py
old mode 100755
new mode 100644
index 7741159816..c6fbf49030
--- 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.




More information about the mesa-commit mailing list