Skip to content

Fix shebangs in scripts

Rodney Lorrimar requested to merge rvl/tracker-miners:rvl/script-fixes into master
  • 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.

Merge request reports