diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-04 00:38:42 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-07 21:10:33 +0300 |
commit | 1f4cce86add495fb07ae9ace83907dbd1415dd68 (patch) | |
tree | 244292004b9891ce341bf7266069439881384556 /mesonbuild/mintro.py | |
parent | 1df8c5c62b7492b89eb4c3d836d33eba215def7f (diff) | |
download | meson-1f4cce86add495fb07ae9ace83907dbd1415dd68.zip meson-1f4cce86add495fb07ae9ace83907dbd1415dd68.tar.gz meson-1f4cce86add495fb07ae9ace83907dbd1415dd68.tar.bz2 |
Remove shebangs on files that are not runnable and add execute bits to those that are.
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r-- | mesonbuild/mintro.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py index 2086c37..a18912e 100644 --- a/mesonbuild/mintro.py +++ b/mesonbuild/mintro.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2014-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); |