[
https://issues.apache.org/jira/browse/ARTEMIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312831#comment-15312831
]
ASF GitHub Bot commented on ARTEMIS-386:
----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/554
ARTEMIS-386 fix shebang in service script
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-386
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/554.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #554
----
commit 9ed445d864a1f6912b532312bce5b9ea7ced3f42
Author: jbertram <[email protected]>
Date: 2016-06-02T18:27:43Z
ARTEMIS-386 fix shebang in service script
----
> fix shebang on artemis scripts
> ------------------------------
>
> Key: ARTEMIS-386
> URL: https://issues.apache.org/jira/browse/ARTEMIS-386
> Project: ActiveMQ Artemis
> Issue Type: Task
> Components: Broker
> Environment: Solaris
> Reporter: Abhijith Prabhakar
> Assignee: Justin Bertram
> Priority: Minor
>
> All artemis scripts use #!/bin/sh shebang which is not preferred way to
> achieve portability. More info at
> http://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang.
>
> Main issue being current scrips could not be run on solaris VMs
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)