mapi/gen: remove shebang from python scripts
All of those should be executed $PYTHON2/python2 [or equivalent] hence why they are missing the execute bit. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:

committed by
Emil Velikov

parent
9a502f5c47
commit
68c38b2431
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2005, 2006
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python2
|
||||
|
||||
# (C) Copyright Zack Rusin 2005. All Rights Reserved.
|
||||
# Copyright (C) 2015 Intel Corporation
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2012 Intel Corporation
|
||||
#
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# (C) Copyright Apple Inc. 2011
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python2
|
||||
|
||||
# (C) Copyright IBM Corporation 2004
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2004, 2005
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2009 Chia-I Wu <olv@0xlab.org>
|
||||
# All Rights Reserved.
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2015 Intel Corporation
|
||||
#
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# (C) Copyright IBM Corporation 2005
|
||||
# All Rights Reserved.
|
||||
|
Reference in New Issue
Block a user