diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-02 17:36:33 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-02 17:36:33 +0000 |
| commit | 7bc393c7e9c2df60bd284b3a5d45bd224d657d09 (patch) | |
| tree | 95d6fcb2c5fc7b26ae7d0498dac8f7f23d1882b3 /stopYACY.sh | |
| parent | 50d85657b8c24ee35036154b200b3f52cd62fe52 (diff) | |
Nothing in Errolog, if libx is not used
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1519 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'stopYACY.sh')
| -rwxr-xr-x | stopYACY.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stopYACY.sh b/stopYACY.sh index dffc0e030..b46029ab2 100755 --- a/stopYACY.sh +++ b/stopYACY.sh @@ -10,8 +10,8 @@ else # generating the proper classpath CLASSPATH="" -for N in `ls -1 lib/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done -for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done +for N in lib/*.jar; do CLASSPATH="$CLASSPATH$N:"; done +for N in libx/*.jar; do CLASSPATH="$CLASSPATH$N:"; done java -classpath classes:htroot:$CLASSPATH yacy -shutdown fi |
