summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-08-23 14:44:19 +0100
committerEmil Velikov <[email protected]>2018-08-23 17:00:04 +0100
commitc51e7486d90a605b18109d5509fed0d3db23a8a5 (patch)
tree4fb5c9afc3c19c22f2c93d2e819df46aa4a158be
parent993a456360df6dc40f98bd199d3cbd259dd91a42 (diff)
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r--[-rwxr-xr-x]bin/git_sha1_gen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py
index 7741159816b..c6fbf490302 100755..100644
--- 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.