You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/06/02 19:06:37 UTC

[1/2] activemq-artemis git commit: This closes #554

Repository: activemq-artemis
Updated Branches:
  refs/heads/master c45017a64 -> 9e46afbed


This closes #554


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9e46afbe
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9e46afbe
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9e46afbe

Branch: refs/heads/master
Commit: 9e46afbed3542446ba724a3861f2b3df4929f3b3
Parents: c45017a 93bbd75
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jun 2 15:06:23 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jun 2 15:06:23 2016 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/bin/artemis-service   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-386 fix shebang in service script

Posted by cl...@apache.org.
ARTEMIS-386 fix shebang in service script


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/93bbd75a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/93bbd75a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/93bbd75a

Branch: refs/heads/master
Commit: 93bbd75ae6b8caa97069d121c2236ccac4519131
Parents: c45017a
Author: jbertram <jb...@apache.org>
Authored: Thu Jun 2 13:27:43 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jun 2 15:06:23 2016 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/bin/artemis-service   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/93bbd75a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
index ebc60c3..e88396f 100755
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information