diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-18 20:11:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-18 20:11:04 +0200 |
commit | 7851daec7a9f9d2ce74a91adeb599e3b820c485b (patch) | |
tree | 5ab2676eaeeea2dff606b420a08450ed60f3f743 /mesonbuild/scripts/delwithsuffix.py | |
parent | 6b8df9da84fe5c8aef92230a59ac22b99d548b00 (diff) | |
parent | 9cfdd3078949bb30e2f88ab01ab06eaa9d353233 (diff) | |
download | meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.zip meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.gz meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.bz2 |
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
Remove shebangs on files inside module
Diffstat (limited to 'mesonbuild/scripts/delwithsuffix.py')
-rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/delwithsuffix.py | 2 |
1 files changed, 0 insertions, 2 deletions
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"); |