|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (CBUILDS-53) Makefile plugin doesn't ... Radim Kolar (JIRA)
- [mojo-dev] [jira] (CBUILDS-53) Makefile plugin doe... Radim Kolar (JIRA)

I have same problem with using plugin on FreeBSD-8. /bin/sh shell on freebsd do not understand -l option. I can install bash easily, but there is no way to configure in CBUILDS what shell will be used.
Another possible fix is do not invoke shell in login mode. Replacing
exec.setShell( new BourneShell( true ) );
with - new BourneShell( FALSE )