aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/delwithsuffix.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-18 20:11:04 +0200
committerGitHub <noreply@github.com>2016-12-18 20:11:04 +0200
commit7851daec7a9f9d2ce74a91adeb599e3b820c485b (patch)
tree5ab2676eaeeea2dff606b420a08450ed60f3f743 /mesonbuild/scripts/delwithsuffix.py
parent6b8df9da84fe5c8aef92230a59ac22b99d548b00 (diff)
parent9cfdd3078949bb30e2f88ab01ab06eaa9d353233 (diff)
downloadmeson-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.py2
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");