You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/11/28 10:13:53 UTC

[jmeter] branch master updated: Windows cmd has different quoting rules to bash

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 8adc154  Windows cmd has different quoting rules to bash
8adc154 is described below

commit 8adc1545963e037122dd8f4ea615ced4efeb750a
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Nov 28 11:13:33 2020 +0100

    Windows cmd has different quoting rules to bash
---
 xdocs/usermanual/get-started.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/get-started.xml b/xdocs/usermanual/get-started.xml
index 00283ef..5ead9ff 100644
--- a/xdocs/usermanual/get-started.xml
+++ b/xdocs/usermanual/get-started.xml
@@ -264,7 +264,7 @@ There are a few environment variables, that can be used to customize the JVM set
 rem This is the content of bin\setenv.bat,
 rem it will be called by bin\jmeter.bat
 
-set JVM_ARGS="-Xms1024m -Xmx1024m -Dpropname=value"
+set JVM_ARGS=-Xms1024m -Xmx1024m -Dpropname=value
 </source>
 
 <p>