From f8ac597dedffc8f6713ca3db724e8d12482d0537 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Tue, 9 Aug 2016 11:38:57 +0100 Subject: [PATCH] ARTEMIS-672 Use sh not bash in scripts --- .../org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +- .../apache/activemq/artemis/cli/commands/bin/artemis-service | 2 +- artemis-distribution/src/main/resources/bin/artemis | 2 +- artemis-distribution/src/test/scripts/installHome.sh | 2 +- artemis-distribution/src/test/scripts/run-examples.sh | 2 +- artemis-distribution/src/test/scripts/run-standard-examples.sh | 2 +- artemis-distribution/src/test/scripts/validate-spaces.sh | 2 +- 7 files changed, 7 insertions(+), 7 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 554f02aaff4..b21e8c83c1f 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 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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-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 af384b96494..491f881a29a 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 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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 4dbfd10dd17..43f70a9c01e 100755 --- a/artemis-distribution/src/main/resources/bin/artemis +++ b/artemis-distribution/src/main/resources/bin/artemis @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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/test/scripts/installHome.sh b/artemis-distribution/src/test/scripts/installHome.sh index 41a877c650e..7cc28e6b674 100755 --- a/artemis-distribution/src/test/scripts/installHome.sh +++ b/artemis-distribution/src/test/scripts/installHome.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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/test/scripts/run-examples.sh b/artemis-distribution/src/test/scripts/run-examples.sh index cf728ecd84a..b97caf6a56f 100755 --- a/artemis-distribution/src/test/scripts/run-examples.sh +++ b/artemis-distribution/src/test/scripts/run-examples.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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/test/scripts/run-standard-examples.sh b/artemis-distribution/src/test/scripts/run-standard-examples.sh index 5ea9757d29e..86705a7c5e4 100755 --- a/artemis-distribution/src/test/scripts/run-standard-examples.sh +++ b/artemis-distribution/src/test/scripts/run-standard-examples.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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/test/scripts/validate-spaces.sh b/artemis-distribution/src/test/scripts/validate-spaces.sh index d53b70f16d6..97b5528a3a3 100755 --- a/artemis-distribution/src/test/scripts/validate-spaces.sh +++ b/artemis-distribution/src/test/scripts/validate-spaces.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # 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