GNOME Bugzilla – Bug 760430
[PATCH] gupnp-binding-tool hardcodes #!/usr/bin/python
Last modified: 2019-02-22 05:57:38 UTC
Not all systems have python installed in /usr/bin. Using /usr/bin/env to find it is more portable. This fixes 'no such file or directory' error when running gupnp-binding-tool: gupnp-binding-tool: /usr/bin/python: bad interpreter: No such file or directory
Created attachment 318698 [details] [review] gupnp-binding-tool: Don't hardcode the path of python
Review of attachment 318698 [details] [review]: +1
Attachment 318698 [details] pushed as d2e336a - gupnp-binding-tool: Don't hardcode the path of python