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)
commit6027d354d1d288eb3d5665857572957a83986d78
treeb4ba37b24f3ed50742cec947e6d0e482bbe9c939
parent8c8fd0bb8e957430eef97f0a9ec5404d14760fcd
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@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
bin/install_megadrivers.py [changed mode: 0755->0644]