[Mesa-dev] [PATCH] python: Remove shebang and executable bit

Eric Engestrom eric.engestrom at intel.com
Thu Aug 23 10:09:05 UTC 2018


On Wednesday, 2018-08-22 18:58:26 +0200, Mathieu Bridon wrote:
> Since the script is never executed directly, but launched by Meson as an
> argument to the Python interpreter, those are not needed any more.
> 
> In addition, they are the reason this script was missed when I moved the
> Meson buildsystem to Python 3, so removing them helps avoiding future
> confusion.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

> ---
>  bin/install_megadrivers.py | 1 -
>  1 file changed, 1 deletion(-)
>  mode change 100755 => 100644 bin/install_megadrivers.py
> 
> diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py
> old mode 100755
> new mode 100644
> index 551e385d1a5..d29b1911218
> --- a/bin/install_megadrivers.py
> +++ b/bin/install_megadrivers.py
> @@ -1,4 +1,3 @@
> -#!/usr/bin/env python
>  # encoding=utf-8
>  # Copyright © 2017-2018 Intel Corporation
>  
> -- 
> 2.17.1
> 
> _______________________________________________
> 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