bashsupport-pro
bashsupport-pro copied to clipboard
Can't edit default shebang
Hello, in my bash scripts I have an error:
Executables must start with #!/bin/bash
but I use environment compatible shebang:
#!/usr/bin/env bash
and I don't want to change it to #!/bin/bash because my scripts will stop working on macos where default bash has version 3.x
I can't find any way to change in the plugin settings shebang string to #!/usr/bin/env bash