diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 00:02:20 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 00:02:20 +0000 |
| commit | bbb9c940637204b6bab8ebfec6ea9da8fb945e22 (patch) | |
| tree | 665a0bd35da8ec0fd17dbd20230a6e85154b8c2b /qpid/tools/src/java/test/bin | |
| parent | 4ca59ecbe2d48803a4984a7a059a027314c958b5 (diff) | |
| download | qpid-python-bbb9c940637204b6bab8ebfec6ea9da8fb945e22.tar.gz | |
QPID-5336: Don't hardcode location of bash in shell scripts
As bash isn't specified by POSIX its location is variable.
Specifically under BSDs it isn't found in /bin/bash.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/java/test/bin')
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentExternalTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentTestConsole.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/InvokeMethodTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/SchemaTest.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test1.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test2.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test3.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test4.sh | 2 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/URLTest.sh | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/qpid/tools/src/java/test/bin/AgentExternalTest.sh b/qpid/tools/src/java/test/bin/AgentExternalTest.sh index 566e291b91..de7778c9fe 100755 --- a/qpid/tools/src/java/test/bin/AgentExternalTest.sh +++ b/qpid/tools/src/java/test/bin/AgentExternalTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh b/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh index eedeb6a9ea..e86860bfea 100755 --- a/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh +++ b/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/AgentTest.sh b/qpid/tools/src/java/test/bin/AgentTest.sh index 7418caa534..9a0038e073 100755 --- a/qpid/tools/src/java/test/bin/AgentTest.sh +++ b/qpid/tools/src/java/test/bin/AgentTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/AgentTestConsole.sh b/qpid/tools/src/java/test/bin/AgentTestConsole.sh index ecd6f9ebf1..d5e958e385 100755 --- a/qpid/tools/src/java/test/bin/AgentTestConsole.sh +++ b/qpid/tools/src/java/test/bin/AgentTestConsole.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh b/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh index 049416678c..e97d99c37a 100755 --- a/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh +++ b/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh b/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh index bdf2b9d517..92ad26966f 100755 --- a/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh +++ b/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh b/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh index 6fd2aae0e8..9db81c1ccd 100755 --- a/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh +++ b/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/InvokeMethodTest.sh b/qpid/tools/src/java/test/bin/InvokeMethodTest.sh index 7f4cc82362..520cf8361d 100755 --- a/qpid/tools/src/java/test/bin/InvokeMethodTest.sh +++ b/qpid/tools/src/java/test/bin/InvokeMethodTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh b/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh index cdc76bcd8d..6a5b4c9ef8 100755 --- a/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh +++ b/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/SchemaTest.sh b/qpid/tools/src/java/test/bin/SchemaTest.sh index 6e24896d2c..2ce33a08ca 100755 --- a/qpid/tools/src/java/test/bin/SchemaTest.sh +++ b/qpid/tools/src/java/test/bin/SchemaTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/Test1.sh b/qpid/tools/src/java/test/bin/Test1.sh index d48cf2e501..13bf0ae880 100755 --- a/qpid/tools/src/java/test/bin/Test1.sh +++ b/qpid/tools/src/java/test/bin/Test1.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/Test2.sh b/qpid/tools/src/java/test/bin/Test2.sh index be2d903a8f..877655b3d4 100755 --- a/qpid/tools/src/java/test/bin/Test2.sh +++ b/qpid/tools/src/java/test/bin/Test2.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/Test3.sh b/qpid/tools/src/java/test/bin/Test3.sh index e5af741b47..5e0e88ecc6 100755 --- a/qpid/tools/src/java/test/bin/Test3.sh +++ b/qpid/tools/src/java/test/bin/Test3.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/Test4.sh b/qpid/tools/src/java/test/bin/Test4.sh index 97025bfedf..ff694e24fa 100755 --- a/qpid/tools/src/java/test/bin/Test4.sh +++ b/qpid/tools/src/java/test/bin/Test4.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/qpid/tools/src/java/test/bin/URLTest.sh b/qpid/tools/src/java/test/bin/URLTest.sh index 10dde796b7..aac91eea53 100755 --- a/qpid/tools/src/java/test/bin/URLTest.sh +++ b/qpid/tools/src/java/test/bin/URLTest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file |
