Author: ritchiem
Date: Fri Jan 11 02:00:36 2008
New Revision: 611128
URL: http://svn.apache.org/viewvc?rev=611128&view=rev
Log:
QPID-723 : Added exec to command line.
Modified:
incubator/qpid/branches/M2.1/java/broker/bin/qpid.start
Modified: incubator/qpid/branches/M2.1/java/broker/bin/qpid.start
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/broker/bin/qpid.start?rev=611128&r1=611127&r2=611128&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/broker/bin/qpid.start (original)
+++ incubator/qpid/branches/M2.1/java/broker/bin/qpid.start Fri Jan 11 02:00:36
2008
@@ -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