Merge "use /usr/bin/env python instead of /usr/bin/python"
This commit is contained in:
commit
59c75d536e
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# copyright: B1 Systems GmbH <info@b1-systems.de>, 2013.
|
# copyright: B1 Systems GmbH <info@b1-systems.de>, 2013.
|
||||||
# author: Christian Berendt <berendt@b1-systems.de>, 2013.
|
# author: Christian Berendt <berendt@b1-systems.de>, 2013.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""This script applies a set of regular expressions onto a set of files
|
"""This script applies a set of regular expressions onto a set of files
|
||||||
to automatically identify and fix typographical errors.
|
to automatically identify and fix typographical errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user