Merge pull request #197 from mgorny/fix-shebangs

Add /usr/bin/env python shebangs to all scripts in /Scripts.
This commit is contained in:
wiredfool 2013-04-21 20:04:53 -07:00
commit 6bf7599143
10 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$