Skip to content

Commit

Permalink
Update xsdchecker.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg authored Oct 17, 2019
1 parent 7e83b48 commit c4ab0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/root/bin/xsdchecker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SET path=%~dp0

java -classpath ".;%path:~0,-5%\lib\*" Main %*
java %JAVA_OPTS% -classpath ".;%path:~0,-5%\lib\*" Main %*

0 comments on commit c4ab0e4

Please sign in to comment.