/bin/env seems less reliable than /usr/bin/python
This commit is contained in:
parent
a77b9c9d09
commit
b546de2645
1 changed files with 1 additions and 1 deletions
2
4grab.py
2
4grab.py
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
######################################################################
|
||||
# Copyright 2009, 2010 ryuslash
|
||||
|
|
Loading…
Reference in a new issue