You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, we rewrote shebangs in all files with a shebang. This
incorrectly rewrote the `#!/bin/sh` shebangs in `pythonX.Y-config`.
This commit introduces logic to check for non-Python shebangs and
ignores them appropriately.
Closes#136.
0 commit comments