From 9b2294ca27aa3f23370adab9e21a847ae8d70bb6 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 554f02aaff..b21e8c83c1 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 af384b9649..491f881a29 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 4dbfd10dd1..43f70a9c01 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 41a877c650..7cc28e6b67 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 cf728ecd84..b97caf6a56 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 5ea9757d29..86705a7c5e 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 d53b70f16d..97b5528a3a 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