1 Nov
2012
1 Nov
'12
1:55 p.m.
On Thu 01 Nov 2012, Alan BRASLAU wrote:
Whats more, bash is found under /usr/local/bin/bash on FreeBSD so #! /bin/bash is bound to FAIL.
One traditional solution is to use #!/usr/bin/env bash This of course assumes the path to env, but I believe that the env path is more standardized than the bash path. (/usr/bin/env is valid on FreeBSD, for example.) Pont