[cli] Fix double quoting in pmd.bat

Quoting happens now when we start java
This commit is contained in:
Andreas Dangel 2024-03-29 11:03:16 +01:00
parent 427d0951c2
commit 6c0571cf1b
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -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