richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

chnage shebang for nxt_* scripts #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The three provided scripts (nxt_push, nxt_filter and nxt_push) use the 
unportable shebang line. This cuases problems when people use the script in a 
nonstatndered environment, such as running scripts from inside "~/bin" in 
restricted enviroments.

Implementing the fix below should unaffect any modern system but provide extra 
portability.

change #!/usr/bin/python
to     #!/usr/bin/env python

Original issue reported on code.google.com by thebiggu...@gmail.com on 3 Feb 2011 at 2:46

GoogleCodeExporter commented 9 years ago
This is already done in both the current stable branches and the SVN trunk. 
What version number are you talking about here?

Original comment by marcus@wanners.net on 3 Feb 2011 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by marcus@wanners.net on 6 Feb 2011 at 1:06