Fix shebangs in scripts
-
Fix shebangs in scripts
Only
/bin/sh
and/usr/bin/env
exist almost everywhere and work consistently.On some systems, the programs installed at
/bin
or/usr/bin
might not be suitable versions. In fact, they may not even exist. -
run-uninstalled: Pass original program name to python interpreter
This is so that help messages can refer to the program as
run-uninstalled
rather than__main__
.There needs to be a fix in tracker testutils for this change to take effect.