[
https://issues.apache.org/jira/browse/ARTEMIS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15413368#comment-15413368
]
ASF GitHub Bot commented on ARTEMIS-672:
----------------------------------------
GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/709
ARTEMIS-672 Use sh not bash in scripts
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-672
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/709.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 #709
----
commit f8ac597dedffc8f6713ca3db724e8d12482d0537
Author: Martyn Taylor <[email protected]>
Date: 2016-08-09T10:38:57Z
ARTEMIS-672 Use sh not bash in scripts
----
> Artemis uses bash in scripts
> ----------------------------
>
> Key: ARTEMIS-672
> URL: https://issues.apache.org/jira/browse/ARTEMIS-672
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martyn Taylor
>
> Some linux distributions do not ship with bash installed. HP UX for example,
> ships with ksh. We don't use any bash specific features so replacing bash
> with sh in our scripts should fix the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)