Workaround for quote escaping bug with \-terminated OPTIONS variable.
This commit is contained in:
parent
3a31940fe9
commit
afcb459c0d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if not "%RMI_PORT%"=="" (
|
|||
)
|
||||
if not "%HOP_HOME%"=="" (
|
||||
echo Serving applications from %HOP_HOME%
|
||||
set OPTIONS=%OPTIONS% -h "%HOP_HOME%
|
||||
set OPTIONS=%OPTIONS% -h "%HOP_HOME%."
|
||||
)
|
||||
|
||||
:: Invoking the Java virtual machine
|
||||
|
|
Loading…
Add table
Reference in a new issue