summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_ring_queue_test
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-11-14 00:02:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-11-14 00:02:20 +0000
commitb068cb67b22d44cd2679be7b0e44113e4b5f070e (patch)
tree60f161b25525f8724a616280ca9e7423e9d64d22 /cpp/src/tests/run_ring_queue_test
parent73ea42626a038e74418054f1783a1fc5e9c9ad53 (diff)
downloadqpid-python-b068cb67b22d44cd2679be7b0e44113e4b5f070e.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/qpid@1541763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_ring_queue_test')
-rwxr-xr-xcpp/src/tests/run_ring_queue_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_ring_queue_test b/cpp/src/tests/run_ring_queue_test
index 7ca870841e..69497f9872 100755
--- a/cpp/src/tests/run_ring_queue_test
+++ b/cpp/src/tests/run_ring_queue_test
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one