Closed mykiwi closed 9 years ago
Maybe it's overkill, but you can change php app/console ... by /usr/bin/env php app/console in bin/*.sh
php app/console ...
/usr/bin/env php app/console
bin/*.sh
Thanks for the typo fix :) . I don't see any problems with using /usr/bin/env php, so why not?
/usr/bin/env php
Maybe it's overkill, but you can change
php app/console ...
by/usr/bin/env php app/console
inbin/*.sh