Closed macosforgebot closed 13 years ago
roland@… originally submitted this as ticket:433
Bash is called as /bin/bash. FreeBSD has bash in /usr/local/bin/bash.
This patch uses /usr/bin/env bash for all plain bash occurrences. Because env bash -x isn't globally supported I didn't replace those bashes.
roland@… originally submitted this as attachment:bash.patch:ticket:433
Replaces '/bin/bash' with '/usr/bin/env bash'
@wsanchez originally submitted this as comment:1:ticket:433
r7848
roland@… originally submitted this as ticket:433
Bash is called as /bin/bash. FreeBSD has bash in /usr/local/bin/bash.
This patch uses /usr/bin/env bash for all plain bash occurrences. Because env bash -x isn't globally supported I didn't replace those bashes.