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/cpp/src/tests/legacystore | |
| 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/cpp/src/tests/legacystore')
12 files changed, 12 insertions, 12 deletions
diff --git a/qpid/cpp/src/tests/legacystore/clean.sh b/qpid/cpp/src/tests/legacystore/clean.sh index efb19586fa..838f246232 100644 --- a/qpid/cpp/src/tests/legacystore/clean.sh +++ b/qpid/cpp/src/tests/legacystore/clean.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/federation/run_federation_sys_tests b/qpid/cpp/src/tests/legacystore/federation/run_federation_sys_tests index dff5f12770..776f009c05 100755 --- a/qpid/cpp/src/tests/legacystore/federation/run_federation_sys_tests +++ b/qpid/cpp/src/tests/legacystore/federation/run_federation_sys_tests @@ -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/cpp/src/tests/legacystore/federation/run_long_federation_sys_tests b/qpid/cpp/src/tests/legacystore/federation/run_long_federation_sys_tests index d2b8eec32a..012c8d8f18 100755 --- a/qpid/cpp/src/tests/legacystore/federation/run_long_federation_sys_tests +++ b/qpid/cpp/src/tests/legacystore/federation/run_long_federation_sys_tests @@ -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/cpp/src/tests/legacystore/jrnl/chk_jdata b/qpid/cpp/src/tests/legacystore/jrnl/chk_jdata index 67b322af59..2ac87d91b9 100755 --- a/qpid/cpp/src/tests/legacystore/jrnl/chk_jdata +++ b/qpid/cpp/src/tests/legacystore/jrnl/chk_jdata @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/jrnl/cp_rtest_jrnl b/qpid/cpp/src/tests/legacystore/jrnl/cp_rtest_jrnl index 6d5171ae71..e21f991788 100755 --- a/qpid/cpp/src/tests/legacystore/jrnl/cp_rtest_jrnl +++ b/qpid/cpp/src/tests/legacystore/jrnl/cp_rtest_jrnl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/jrnl/jhexdump b/qpid/cpp/src/tests/legacystore/jrnl/jhexdump index 2d4c8a4afb..b013914441 100755 --- a/qpid/cpp/src/tests/legacystore/jrnl/jhexdump +++ b/qpid/cpp/src/tests/legacystore/jrnl/jhexdump @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/jrnl/prof b/qpid/cpp/src/tests/legacystore/jrnl/prof index 6e0e6da0eb..2abe7baa4a 100755 --- a/qpid/cpp/src/tests/legacystore/jrnl/prof +++ b/qpid/cpp/src/tests/legacystore/jrnl/prof @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/jrnl/run-journal-tests b/qpid/cpp/src/tests/legacystore/jrnl/run-journal-tests index 5e13967a01..e169e39c60 100755 --- a/qpid/cpp/src/tests/legacystore/jrnl/run-journal-tests +++ b/qpid/cpp/src/tests/legacystore/jrnl/run-journal-tests @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/qpid/cpp/src/tests/legacystore/run_long_python_tests b/qpid/cpp/src/tests/legacystore/run_long_python_tests index e43b2236ec..be6380302c 100644 --- a/qpid/cpp/src/tests/legacystore/run_long_python_tests +++ b/qpid/cpp/src/tests/legacystore/run_long_python_tests @@ -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/cpp/src/tests/legacystore/run_python_tests b/qpid/cpp/src/tests/legacystore/run_python_tests index 79dbd35da5..c1d04a28a1 100755 --- a/qpid/cpp/src/tests/legacystore/run_python_tests +++ b/qpid/cpp/src/tests/legacystore/run_python_tests @@ -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/cpp/src/tests/legacystore/run_short_python_tests b/qpid/cpp/src/tests/legacystore/run_short_python_tests index 523924fdba..9b9e7c59be 100644 --- a/qpid/cpp/src/tests/legacystore/run_short_python_tests +++ b/qpid/cpp/src/tests/legacystore/run_short_python_tests @@ -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/cpp/src/tests/legacystore/system_test.sh b/qpid/cpp/src/tests/legacystore/system_test.sh index dbf8902cff..52cecbce8a 100644 --- a/qpid/cpp/src/tests/legacystore/system_test.sh +++ b/qpid/cpp/src/tests/legacystore/system_test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Licensed to the Apache Software Foundation (ASF) under one |
