From 927edb76f323885a7855a7c6fddc1e557a004023 Mon Sep 17 00:00:00 2001 From: jbertram Date: Mon, 25 Apr 2016 13:21:36 -0500 Subject: [PATCH] ARTEMIS-386 fix shebang --- .../org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +- artemis-distribution/src/main/resources/bin/artemis | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ccbd8f237f..554f02aaff 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 diff --git a/artemis-distribution/src/main/resources/bin/artemis b/artemis-distribution/src/main/resources/bin/artemis index 96af7afa6c..4dbfd10dd1 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