Re: Artemis bin/artemis script execution on solaris VM

2016-01-26 Thread Tim Bain
Submit an enhancement request in JIRA. But note that it'll likely get changed to #!/usr/bin/env sh instead of #!/usr/bin/env bash, unless you can make a successful argument for switching the shell too. On Jan 26, 2016 10:08 PM, "abhijith" wrote: > Found the issue myself. Posting it here in case

Re: Artemis bin/artemis script execution on solaris VM

2016-01-26 Thread abhijith
Found the issue myself. Posting it here in case anyone else needs it. Issue is that all artemis scripts use #!/bin/sh shebang which is not preferred way to achieve portability. More info here . Once I changed she