Skip to content

Commit 8308927

Browse files
author
Matthias Radestock
committed
stop runjava.bat from tripping over exotic paths
1 parent 633caf0 commit 8308927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runjava.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setlocal EnableDelayedExpansion
44

55
set CP=
6-
for %%F in ("%~dp0"/*.jar) do set CP=!CP!;%%F
6+
for %%F in ("%~dp0"/*.jar) do set CP=!CP!;"%%F"
77

88
java -cp %CP% %1 %2 %3 %4 %5 %6 %7 %8 %9
99

0 commit comments

Comments
 (0)