From f0d3c7419311019a6376b355c586129e737e4a20 Mon Sep 17 00:00:00 2001 From: reger Date: Sun, 29 Dec 2013 01:33:07 +0100 Subject: [PATCH] remove in distro not existing path setting from stopYaCy.bat --- stopYACY.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stopYACY.bat b/stopYACY.bat index 7fa73b5da8..f692a37a01 100644 --- a/stopYACY.bat +++ b/stopYACY.bat @@ -2,7 +2,7 @@ title YaCy Rem Setting the classpath -Set CLASSPATH=classes;lib\yacycore.jar;htroot +Set CLASSPATH=lib\yacycore.jar;htroot Rem Stopping yacy Echo Generated Classpath:%CLASSPATH%