diff options
author | Gordon Sim <gsim@apache.org> | 2011-11-02 14:20:51 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-11-02 14:20:51 +0000 |
commit | 5e6d14c5486772c9ec4edcb8b952395e11c5973c (patch) | |
tree | 02bfafb513823b5e8cd2c414ebde025b8631b856 /qpid/cpp/src/tests/cluster_python_tests | |
parent | add12bb4afe149cdf6328ea314aafb03edf72418 (diff) | |
download | qpid-python-5e6d14c5486772c9ec4edcb8b952395e11c5973c.tar.gz |
QPID-3572: Make dependance on bashisms explicit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_python_tests')
-rwxr-xr-x | qpid/cpp/src/tests/cluster_python_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_python_tests b/qpid/cpp/src/tests/cluster_python_tests index 9d9137ed57..8e17ffc8bc 100755 --- a/qpid/cpp/src/tests/cluster_python_tests +++ b/qpid/cpp/src/tests/cluster_python_tests @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Licensed to the Apache Software Foundation (ASF) under one |