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 <[email protected]> Authored: Mon Apr 25 13:21:36 2016 -0500 Committer: jbertram <[email protected]> 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
