lisp-format icon indicating copy to clipboard operation
lisp-format copied to clipboard

Shebang line broken on some platforms

Open l0b0 opened this issue 1 year ago • 0 comments

Many Linux distros use a different path from /bin/bash for the Bash executable. It would be better to search for Bash on the PATH with #!/usr/bin/env bash.

l0b0 avatar Apr 26 '25 13:04 l0b0