bin/install_megadrivers.py: Remove shebang and executable bit
authorMathieu Bridon <bochecha@daitauha.fr>
Wed, 22 Aug 2018 16:58:26 +0000 (18:58 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 23 Aug 2018 11:12:06 +0000 (12:12 +0100)
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@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
bin/install_megadrivers.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 551e385..d29b191
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding=utf-8
 # Copyright © 2017-2018 Intel Corporation