summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/restart_cluster
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/restart_cluster')
-rwxr-xr-xqpid/cpp/src/tests/restart_cluster6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/restart_cluster b/qpid/cpp/src/tests/restart_cluster
index 6a6abc8042..5b48e619f6 100755
--- a/qpid/cpp/src/tests/restart_cluster
+++ b/qpid/cpp/src/tests/restart_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
@@ -24,13 +24,13 @@
srcdir=`dirname $0`
$srcdir/stop_cluster
exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
# Re-start a cluster on the local host.
srcdir=`dirname $0`
$srcdir/stop_cluster
exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
# Re-start a cluster on the local host.
srcdir=`dirname $0`