mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Merge pull request #197 from mgorny/fix-shebangs
Add /usr/bin/env python shebangs to all scripts in /Scripts.
This commit is contained in:
commit
6bf7599143
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library.
|
||||
# $Id$
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library.
|
||||
# $Id$
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library.
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# The Python Imaging Library
|
||||
# $Id$
|
||||
|
|
Loading…
Reference in New Issue
Block a user