Skip to content

Can't edit default shebang #225

@anton-dubrovin

Description

@anton-dubrovin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions