Files
wren/script
Kyle Marek-Spartz e95bd43dac fix: switch shebang from hardcoded /usr/bin/python to portable /usr/bin/env python
Replace the explicit /usr/bin/python interpreter path with /usr/bin/env python
in generate_corelib.py and generate_docs.py scripts, allowing the system to
use the first python found in PATH instead of a fixed installation location.
2014-01-28 18:56:24 +00:00
..