diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2018-08-23 14:44:19 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2018-08-23 17:00:04 +0100 |
commit | c51e7486d90a605b18109d5509fed0d3db23a8a5 (patch) | |
tree | 4fb5c9afc3c19c22f2c93d2e819df46aa4a158be /bin | |
parent | 993a456360df6dc40f98bd199d3cbd259dd91a42 (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 <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x] | bin/git_sha1_gen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py index 7741159816b6..c6fbf4903020 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. |