bashsupport-pro icon indicating copy to clipboard operation
bashsupport-pro copied to clipboard

Can't edit default shebang

Open anton-dubrovin opened this issue 3 weeks ago • 1 comments

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

anton-dubrovin avatar Dec 15 '25 20:12 anton-dubrovin