apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

bash call is for /bin/bash only #340

Closed macosforgebot closed 13 years ago

macosforgebot commented 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.

macosforgebot commented 13 years ago

roland@… originally submitted this as attachment:bash.patch:⁠ticket:433


Replaces '/bin/bash' with '/usr/bin/env bash'

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:433


r7848