Mesa (master): bin/install_megadrivers.py: Remove shebang and executable bit

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 23 12:06:31 UTC 2018


Module: Mesa
Branch: master
Commit: 6027d354d1d288eb3d5665857572957a83986d78
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6027d354d1d288eb3d5665857572957a83986d78

Author: Mathieu Bridon <bochecha at daitauha.fr>
Date:   Wed Aug 22 18:58:26 2018 +0200

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 <eric.engestrom at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 bin/install_megadrivers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py
old mode 100755
new mode 100644
index 551e385d1a..d29b191121
--- 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
 




More information about the mesa-commit mailing list