summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-01-11 10:00:36 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-01-11 10:00:36 +0000
commit4a88c0d478c4f6f574329b544ca3df58b356dd09 (patch)
treeb102f44fe83db8d7dd224222517fc18dfa47ee8a /java
parenta7fb61cad8733e14e0c9604d39f3b095d40bf561 (diff)
downloadqpid-python-4a88c0d478c4f6f574329b544ca3df58b356dd09.tar.gz
QPID-723 : Added exec to command line.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/broker/bin/qpid.start2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/bin/qpid.start b/java/broker/bin/qpid.start
index 99f2d89f64..78c34e70b4 100644
--- a/java/broker/bin/qpid.start
+++ b/java/broker/bin/qpid.start
@@ -18,4 +18,4 @@
# under the License.
#
-qpid-server -run:debug "$@" \ No newline at end of file
+exec qpid-server -run:debug "$@" \ No newline at end of file