app: when interpreter not found in interpreter DB, leave shebang as-is.

In particular, if the shebang is `#!/usr/bin/env lang` and we have not
registered a specific interpreter for `lang`, the system should leave
the env tool search the right interpreter for us. We only bypass env
when we set our own explicit interpreter.

Apply this to palette-to-gradient.py plug-in.
This commit is contained in:
Jehan
2019-07-29 14:01:46 +02:00
parent 9a547c14d5
commit 9e844ae1d7
2 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by