diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-18 16:55:34 +0100 |
---|---|---|
committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-18 16:55:34 +0100 |
commit | 4fbaf295f641919a5545d2554b21f1fcc21becb0 (patch) | |
tree | 66dd420b61c395576c60e2d2d54d7da54de0b6e8 | |
parent | 67c106a00152b44409a36ce7295a232afd09941c (diff) | |
download | meson-4fbaf295f641919a5545d2554b21f1fcc21becb0.zip meson-4fbaf295f641919a5545d2554b21f1fcc21becb0.tar.gz meson-4fbaf295f641919a5545d2554b21f1fcc21becb0.tar.bz2 |
remove shebangs from scripts
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/regen_checker.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_test.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_benchmark.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_exe.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/symbolextractor.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/commandrunner.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/gtkdochelper.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_install.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/depfixer.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/dirchanger.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/delwithsuffix.py 644 /usr/bin/python3
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/vcstagger.py 644 /usr/bin/python3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/commandrunner.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/delwithsuffix.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/depfixer.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/dirchanger.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/gtkdochelper.py | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/meson_exe.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/meson_install.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/regen_checker.py | 2 | ||||
-rw-r--r-- | mesonbuild/scripts/scanbuild.py | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/symbolextractor.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/vcstagger.py | 2 | ||||
-rw-r--r-- | mesonbuild/scripts/yelphelper.py | 2 |
12 files changed, 2 insertions, 20 deletions
diff --git a/mesonbuild/scripts/commandrunner.py b/mesonbuild/scripts/commandrunner.py index 1c37f5c..63b5bb1 100755..100644 --- a/mesonbuild/scripts/commandrunner.py +++ b/mesonbuild/scripts/commandrunner.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/delwithsuffix.py b/mesonbuild/scripts/delwithsuffix.py index e112101..bd34202 100755..100644 --- a/mesonbuild/scripts/delwithsuffix.py +++ b/mesonbuild/scripts/delwithsuffix.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/depfixer.py b/mesonbuild/scripts/depfixer.py index 34fb2f7..ed77b56 100755..100644 --- a/mesonbuild/scripts/depfixer.py +++ b/mesonbuild/scripts/depfixer.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/dirchanger.py b/mesonbuild/scripts/dirchanger.py index 93a901d..3d7f4e2 100755..100644 --- a/mesonbuild/scripts/dirchanger.py +++ b/mesonbuild/scripts/dirchanger.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py index f4b4f34..734f80b 100755..100644 --- a/mesonbuild/scripts/gtkdochelper.py +++ b/mesonbuild/scripts/gtkdochelper.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/meson_exe.py b/mesonbuild/scripts/meson_exe.py index d412e01..938ec87 100755..100644 --- a/mesonbuild/scripts/meson_exe.py +++ b/mesonbuild/scripts/meson_exe.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/meson_install.py b/mesonbuild/scripts/meson_install.py index 3d22022..f81bf89 100755..100644 --- a/mesonbuild/scripts/meson_install.py +++ b/mesonbuild/scripts/meson_install.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/regen_checker.py b/mesonbuild/scripts/regen_checker.py index 5077970..6f7ff79 100755..100644 --- a/mesonbuild/scripts/regen_checker.py +++ b/mesonbuild/scripts/regen_checker.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/scanbuild.py b/mesonbuild/scripts/scanbuild.py index dd74ce8..2ef22bd 100644 --- a/mesonbuild/scripts/scanbuild.py +++ b/mesonbuild/scripts/scanbuild.py @@ -1,4 +1,5 @@ # Copyright 2016 The Meson development team + # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/mesonbuild/scripts/symbolextractor.py b/mesonbuild/scripts/symbolextractor.py index 2df3a0c..9272495 100755..100644 --- a/mesonbuild/scripts/symbolextractor.py +++ b/mesonbuild/scripts/symbolextractor.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/vcstagger.py b/mesonbuild/scripts/vcstagger.py index 3f36e0a..19de9cb 100755..100644 --- a/mesonbuild/scripts/vcstagger.py +++ b/mesonbuild/scripts/vcstagger.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/yelphelper.py b/mesonbuild/scripts/yelphelper.py index 4eec425..7431a81 100644 --- a/mesonbuild/scripts/yelphelper.py +++ b/mesonbuild/scripts/yelphelper.py @@ -1,4 +1,4 @@ -# Copyright 2016 Patrick Griffis <tingping@tingping.se> +# Copyright 2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |