diff options
Diffstat (limited to 'qpid/tools/src/java')
23 files changed, 23 insertions, 23 deletions
diff --git a/qpid/tools/src/java/bin/ConnectionAudit.sh b/qpid/tools/src/java/bin/ConnectionAudit.sh index 303c61cbc6..b2f494c025 100755 --- a/qpid/tools/src/java/bin/ConnectionAudit.sh +++ b/qpid/tools/src/java/bin/ConnectionAudit.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/bin/ConnectionLogger.sh b/qpid/tools/src/java/bin/ConnectionLogger.sh index 77ae9ee334..da4474d48e 100755 --- a/qpid/tools/src/java/bin/ConnectionLogger.sh +++ b/qpid/tools/src/java/bin/ConnectionLogger.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/bin/QpidConfig.sh b/qpid/tools/src/java/bin/QpidConfig.sh index 9f191d3d3d..16177aed24 100755 --- a/qpid/tools/src/java/bin/QpidConfig.sh +++ b/qpid/tools/src/java/bin/QpidConfig.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/bin/QpidCtrl.sh b/qpid/tools/src/java/bin/QpidCtrl.sh index 8b10338c7b..e0086fb0cf 100755 --- a/qpid/tools/src/java/bin/QpidCtrl.sh +++ b/qpid/tools/src/java/bin/QpidCtrl.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/bin/QpidPrintEvents.sh b/qpid/tools/src/java/bin/QpidPrintEvents.sh index 1e8d03093b..c8f17e2906 100755 --- a/qpid/tools/src/java/bin/QpidPrintEvents.sh +++ b/qpid/tools/src/java/bin/QpidPrintEvents.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/bin/QpidQueueStats.sh b/qpid/tools/src/java/bin/QpidQueueStats.sh index 7685562e3b..a233d0ba49 100755 --- a/qpid/tools/src/java/bin/QpidQueueStats.sh +++ b/qpid/tools/src/java/bin/QpidQueueStats.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/bin/QpidRestAPI.sh b/qpid/tools/src/java/bin/QpidRestAPI.sh index 143e2ffde7..e9cca15204 100755 --- a/qpid/tools/src/java/bin/QpidRestAPI.sh +++ b/qpid/tools/src/java/bin/QpidRestAPI.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/bin/QueueFuse.sh b/qpid/tools/src/java/bin/QueueFuse.sh index 8f04650b72..4e51731412 100755 --- a/qpid/tools/src/java/bin/QueueFuse.sh +++ b/qpid/tools/src/java/bin/QueueFuse.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/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 |