There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages py-ver-ignore https://github.com/void-linux/void-packages/pull/49886 common: support disabling python shebang rewriting Ghidra's embedded jython contains scripts with shebangs like `#!/usr/bin/env python`. These seem to be designed to be run by jython, *not* the system python, and as such, they should not have their shebangs changed to `#!/usr/bin/python2`. This adds support for disabling that hook in cases like this. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/49886.patch is attached