[Mesa-dev] [PATCH 1/3] bin/git_sha1_gen.py: remove execute bit/shebang
Eric Engestrom
eric.engestrom at intel.com
Thu Aug 23 14:57:26 UTC 2018
On Thursday, 2018-08-23 15:34:28 +0100, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> The script is executed explicitly via the build system, that uses
> PYTHON/prog_python and equivalent.
All 4 build systems actually do the same thing there, almost hard
to believe :]
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> bin/git_sha1_gen.py | 2 --
> 1 file changed, 2 deletions(-)
> mode change 100755 => 100644 bin/git_sha1_gen.py
>
> 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.
> --
> 2.18.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list