diff options
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/bdbstore/bin/backup.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid-passwd | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid.stop | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid.stopall | 2 | ||||
| -rw-r--r-- | qpid/java/broker/scripts/resetAlerting.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/common/bin/qpid-jaddr | 2 | ||||
| -rwxr-xr-x | qpid/java/common/bin/qpid-run | 2 | ||||
| -rwxr-xr-x | qpid/java/perftests/etc/run-perftests.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/perftests/etc/visualisation-timeseries.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/perftests/etc/visualisation.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/perftests/example/run-client.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/perftests/example/run.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/test-profiles/kill-broker | 2 | ||||
| -rwxr-xr-x | qpid/java/test-profiles/start-broker | 2 | ||||
| -rwxr-xr-x | qpid/java/tools/bin/check-qpid-java-env | 2 | ||||
| -rwxr-xr-x | qpid/java/tools/bin/qpid-bench | 2 | ||||
| -rwxr-xr-x | qpid/java/tools/bin/qpid-python-testkit | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/qpid/java/bdbstore/bin/backup.sh b/qpid/java/bdbstore/bin/backup.sh index 71935bac40..ca2233cc8e 100755 --- a/qpid/java/bdbstore/bin/backup.sh +++ b/qpid/java/bdbstore/bin/backup.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/java/broker/bin/qpid-passwd b/qpid/java/broker/bin/qpid-passwd index cc55c7e2f2..07b7db0cd3 100755 --- a/qpid/java/broker/bin/qpid-passwd +++ b/qpid/java/broker/bin/qpid-passwd @@ -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/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server index a922e0bdba..8d4c56381b 100755 --- a/qpid/java/broker/bin/qpid-server +++ b/qpid/java/broker/bin/qpid-server @@ -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/java/broker/bin/qpid.stop b/qpid/java/broker/bin/qpid.stop index 316f8dff46..867f9788e2 100755 --- a/qpid/java/broker/bin/qpid.stop +++ b/qpid/java/broker/bin/qpid.stop @@ -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/java/broker/bin/qpid.stopall b/qpid/java/broker/bin/qpid.stopall index b0ad506629..4ab2df3b4b 100755 --- a/qpid/java/broker/bin/qpid.stopall +++ b/qpid/java/broker/bin/qpid.stopall @@ -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/java/broker/scripts/resetAlerting.sh b/qpid/java/broker/scripts/resetAlerting.sh index 18e8c64cb0..ebbdc168d2 100644 --- a/qpid/java/broker/scripts/resetAlerting.sh +++ b/qpid/java/broker/scripts/resetAlerting.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/java/common/bin/qpid-jaddr b/qpid/java/common/bin/qpid-jaddr index 269a5379a0..5c8efa069d 100755 --- a/qpid/java/common/bin/qpid-jaddr +++ b/qpid/java/common/bin/qpid-jaddr @@ -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/java/common/bin/qpid-run b/qpid/java/common/bin/qpid-run index a10766b37a..7e8d4c92c5 100755 --- a/qpid/java/common/bin/qpid-run +++ b/qpid/java/common/bin/qpid-run @@ -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/java/perftests/etc/run-perftests.sh b/qpid/java/perftests/etc/run-perftests.sh index a784623791..de435ecfca 100755 --- a/qpid/java/perftests/etc/run-perftests.sh +++ b/qpid/java/perftests/etc/run-perftests.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/java/perftests/etc/visualisation-timeseries.sh b/qpid/java/perftests/etc/visualisation-timeseries.sh index 32db2cb010..3f35b9047c 100755 --- a/qpid/java/perftests/etc/visualisation-timeseries.sh +++ b/qpid/java/perftests/etc/visualisation-timeseries.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/java/perftests/etc/visualisation.sh b/qpid/java/perftests/etc/visualisation.sh index 282fb3d3e7..4c10d7e2e2 100755 --- a/qpid/java/perftests/etc/visualisation.sh +++ b/qpid/java/perftests/etc/visualisation.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/java/perftests/example/run-client.sh b/qpid/java/perftests/example/run-client.sh index ad158529b6..18679a5d08 100755 --- a/qpid/java/perftests/example/run-client.sh +++ b/qpid/java/perftests/example/run-client.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/java/perftests/example/run.sh b/qpid/java/perftests/example/run.sh index 31124a060a..0f15f570bb 100755 --- a/qpid/java/perftests/example/run.sh +++ b/qpid/java/perftests/example/run.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/java/test-profiles/kill-broker b/qpid/java/test-profiles/kill-broker index 8078fa755e..ed62e0f1c6 100755 --- a/qpid/java/test-profiles/kill-broker +++ b/qpid/java/test-profiles/kill-broker @@ -1,5 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash # # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/java/test-profiles/start-broker b/qpid/java/test-profiles/start-broker index e0bbb89d87..c5c477e999 100755 --- a/qpid/java/test-profiles/start-broker +++ b/qpid/java/test-profiles/start-broker @@ -1,5 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash # # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/java/tools/bin/check-qpid-java-env b/qpid/java/tools/bin/check-qpid-java-env index dedd6e06ea..da67e50a90 100755 --- a/qpid/java/tools/bin/check-qpid-java-env +++ b/qpid/java/tools/bin/check-qpid-java-env @@ -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/java/tools/bin/qpid-bench b/qpid/java/tools/bin/qpid-bench index cd894b607f..4773320b9e 100755 --- a/qpid/java/tools/bin/qpid-bench +++ b/qpid/java/tools/bin/qpid-bench @@ -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/java/tools/bin/qpid-python-testkit b/qpid/java/tools/bin/qpid-python-testkit index 7233d0d075..20f72aca53 100755 --- a/qpid/java/tools/bin/qpid-python-testkit +++ b/qpid/java/tools/bin/qpid-python-testkit @@ -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 |
