[cli] Fix double quoting in pmd.bat
Quoting happens now when we start java
This commit is contained in:
parent
427d0951c2
commit
6c0571cf1b
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
rem make all variables local to not add new global environment variables to the current cmd session
|
||||
setlocal
|
||||
set TOPDIR="%~dp0.."
|
||||
set TOPDIR=%~dp0..
|
||||
set OPTS=
|
||||
set COMMAND=%1
|
||||
set MAIN_CLASS=net.sourceforge.pmd.cli.PmdCli
|
||||
|
Loading…
x
Reference in New Issue
Block a user