lisp-format
lisp-format copied to clipboard
Shebang line broken on some platforms
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.