From 802a84e6a1e78a8acab495036a2da8fa6247c09a Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Tue, 11 Sep 2018 14:50:46 +0100 Subject: [PATCH] Fix classpath reading (hopefully) on Windows --- refine.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refine.bat b/refine.bat index b29d9407b..2e970b588 100644 --- a/refine.bat +++ b/refine.bat @@ -212,7 +212,7 @@ echo REFINE_MEMORY = %REFINE_MEMORY% echo ----------------------- ) > support.log -set LIB_CLASSPATH=('type server/target/classpath.txt') +set /p LIB_CLASSPATH=