diff options
Diffstat (limited to 'qpid/java/perftests')
| -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 |
5 files changed, 5 insertions, 5 deletions
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 |
