You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/25 20:40:13 UTC

[jira] [Commented] (ARTEMIS-386) fix shebang on artemis scripts

    [ https://issues.apache.org/jira/browse/ARTEMIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256759#comment-15256759 ] 

ASF GitHub Bot commented on ARTEMIS-386:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/489

    ARTEMIS-386 fix shebang

    

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/489.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 #489
    
----
commit 927edb76f323885a7855a7c6fddc1e557a004023
Author: jbertram <jb...@apache.org>
Date:   2016-04-25T18:21:36Z

    ARTEMIS-386 fix shebang

----


> 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)