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 | 42e95ed706f8c5394198f89300f996665cdc6e09 (patch) | |
| tree | d6984bc55a95af37ca7fd75bd53fbf4e8212b6ff /cpp/src/tests/reliable_replication_test | |
| parent | c3c54cacf778abf7c9750b224e4463c1312cefd4 (diff) | |
| download | qpid-python-42e95ed706f8c5394198f89300f996665cdc6e09.tar.gz | |
QPID-3572: Make dependance on bashisms explicit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1196600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/reliable_replication_test')
| -rwxr-xr-x | cpp/src/tests/reliable_replication_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/reliable_replication_test b/cpp/src/tests/reliable_replication_test index f57d11a263..6f1d5882a5 100755 --- a/cpp/src/tests/reliable_replication_test +++ b/cpp/src/tests/reliable_replication_test @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Licensed to the Apache Software Foundation (ASF) under one |
