mozilla / fxa-local-dev

An easy way to contribute to Firefox Accounts
28 stars 47 forks source link

Changed all bash references to sh #110

Closed khanzf closed 6 years ago

khanzf commented 6 years ago

Necessary to run on FreeBSD and systems that do not store bash in /bin/bash. /bin/sh works. However, if bash is necessary in the future, I suggest using: "#!/usr/bin/env bash"