Hardcode /usr/bin/python in app launcher

This commit is contained in:
Cole Robinson 2011-07-13 22:14:12 -04:00
parent 4f41d5add9
commit f91523197f

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec python "::PYTHONDIR::/::PACKAGE::.py"
exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py"