diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-01-11 10:00:36 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-01-11 10:00:36 +0000 |
| commit | 4a88c0d478c4f6f574329b544ca3df58b356dd09 (patch) | |
| tree | b102f44fe83db8d7dd224222517fc18dfa47ee8a /java | |
| parent | a7fb61cad8733e14e0c9604d39f3b095d40bf561 (diff) | |
| download | qpid-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.start | 2 |
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 |
