diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2018-08-22 18:58:26 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2018-08-23 12:12:06 +0100 |
commit | 6027d354d1d288eb3d5665857572957a83986d78 (patch) | |
tree | b4ba37b24f3ed50742cec947e6d0e482bbe9c939 /bin | |
parent | 8c8fd0bb8e957430eef97f0a9ec5404d14760fcd (diff) |
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>
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x] | bin/install_megadrivers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py index 551e385d1a5..d29b1911218 100755..100644 --- 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 |