Closed azenla closed 10 years ago
Updates the Shebang Line to
#!/usr/bin/env bash
This is necessary because bash is not guaranteed to be in /bin but env is guaranteed to be in /usr/bin, therefore letting the environment be used to find the bash executable is appropriate.
OK! Thanks!
Updates the Shebang Line to
This is necessary because bash is not guaranteed to be in /bin but env is guaranteed to be in /usr/bin, therefore letting the environment be used to find the bash executable is appropriate.