Author: milamber
Date: Sat Nov 17 20:12:10 2012
New Revision: 1410775

URL: http://svn.apache.org/viewvc?rev=1410775&view=rev
Log:
Unable to start JMeter from a root directory and if the full path of JMeter 
installation contains one or more spaces
Bugzilla Id: 54023

Modified:
    jmeter/trunk/bin/jmeter
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/bin/jmeter
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter?rev=1410775&r1=1410774&r2=1410775&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter (original)
+++ jmeter/trunk/bin/jmeter Sat Nov 17 20:12:10 2012
@@ -87,4 +87,4 @@ SERVER="-server"
 
 ARGS="$SERVER $DUMP $HEAP $NEW $SURVIVOR $TENURING $EVACUATION $RMIGC $PERM"
 
-java $ARGS $JVM_ARGS -jar `dirname $0`/ApacheJMeter.jar "$@"
+java $ARGS $JVM_ARGS -jar "`dirname "$0"`/ApacheJMeter.jar" "$@"

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1410775&r1=1410774&r2=1410775&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Nov 17 20:12:10 2012
@@ -141,6 +141,7 @@ and right angle bracket (>) in search
 <li><bugzilla>53975</bugzilla> - Variables replacement doesn't work with 
option "Delay thread creation until needed"</li>
 <li><bugzilla>54055</bugzilla> - View Results tree: = signs are stripped from 
parameter values at HTTP tab</li>
 <li><bugzilla>54129</bugzilla> - Search Feature does not find text although 
existing in elements </li>
+<li><bugzilla>54023</bugzilla> - Unable to start JMeter from a root directory 
and if the full path of JMeter installation contains one or more spaces 
(Unix/linux)</li>
 </ul>
 
 <!-- =================== Improvements =================== -->


Reply via email to