mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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>
This commit is contained in:
parent
993a456360
commit
c51e7486d9
1 changed files with 0 additions and 2 deletions
2
bin/git_sha1_gen.py
Executable file → Normal file
2
bin/git_sha1_gen.py
Executable file → Normal file
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue