From: Mathieu Bridon Date: Wed, 22 Aug 2018 16:58:26 +0000 (+0200) Subject: bin/install_megadrivers.py: Remove shebang and executable bit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6027d354d1d288eb3d5665857572957a83986d78;p=mesa.git bin/install_megadrivers.py: Remove shebang and executable bit 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 Reviewed-by: Emil Velikov --- 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