Skip to content

Use a portable shebang

username-removed-125536 requested to merge (removed):master into master

Not all systems put bash in /bin (for example, NixOS). Using this shebang guarantees the system will find bash.

See: http://stackoverflow.com/a/10383546/1146898

Merge request reports