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/04/26 04:49:06 UTC

[1/2] activemq-artemis git commit: ARTEMIS-386 fix shebang

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a3558c3dc -> 2c19356b8


ARTEMIS-386 fix shebang


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

Branch: refs/heads/master
Commit: 927edb76f323885a7855a7c6fddc1e557a004023
Parents: a3558c3
Author: jbertram <jb...@apache.org>
Authored: Mon Apr 25 13:21:36 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Mon Apr 25 13:21:36 2016 -0500

----------------------------------------------------------------------
 .../resources/org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +-
 artemis-distribution/src/main/resources/bin/artemis                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/927edb76/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
index ccbd8f2..554f02a 100755
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
@@ -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

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/927edb76/artemis-distribution/src/main/resources/bin/artemis
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/bin/artemis b/artemis-distribution/src/main/resources/bin/artemis
index 96af7af..4dbfd10 100755
--- a/artemis-distribution/src/main/resources/bin/artemis
+++ b/artemis-distribution/src/main/resources/bin/artemis
@@ -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


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

Posted by cl...@apache.org.
This closes #489


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

Branch: refs/heads/master
Commit: 2c19356b89f20315cc9581040b495eebbe67e906
Parents: a3558c3 927edb7
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Apr 25 22:48:55 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Apr 25 22:48:55 2016 -0400

----------------------------------------------------------------------
 .../resources/org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +-
 artemis-distribution/src/main/resources/bin/artemis                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------