wafsamba: Remove shebang lines from non-executable files.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 15 Mar 2012 14:56:27 +0000 (15:56 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 15 Mar 2012 14:56:27 +0000 (15:56 +0100)
buildtools/wafsamba/gccdeps.py
buildtools/wafsamba/nothreads.py
buildtools/wafsamba/samba_wildcard.py
buildtools/wafsamba/stale_files.py

index 2f09083b60686d247694bfafce536bfb8b7c33db..2da42e63aea649284a76136af2b436dd2f4821d5 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 # Thomas Nagy, 2008-2010 (ita)
 
index b39aeb5a632662157c5668ca32317f20729cc7f8..90babf4a287d45d0c01c039384ad41eb2f5150a1 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 # Thomas Nagy, 2005-2008 (ita)
 
index a0a10a3affff4089ed8c5ae5c3d02b301272eea6..84503b8f05786818c316cde4af7ccce458b92770 100644 (file)
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 # based on playground/evil in the waf svn tree
 
 import os, datetime
index 1ee1ff9d4471197234d7950207b56fbd8dd3c517..5a913677d191a60637618f9fe1acae59b3df6f2c 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 # encoding: utf-8
 # Thomas Nagy, 2006-2010 (ita)