This is an automated email from the ASF dual-hosted git repository.

maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a86359b7 ZOOKEEPER-4770: zkSnapshotRecursiveSummaryToolkit.sh Error: 
Could not find or load main class
8a86359b7 is described below

commit 8a86359b7a814c352c729a63407f604d6241e19f
Author: nailcui <[email protected]>
AuthorDate: Tue Feb 6 15:47:20 2024 +0800

    ZOOKEEPER-4770: zkSnapshotRecursiveSummaryToolkit.sh Error: Could not find 
or load main class
    
    Reviewers: tisonkun, eolivelli, maoling
    Author: nailcui
    Closes #2091 from nailcui/ZOOKEEPER-4770
---
 bin/zkSnapshotRecursiveSummaryToolkit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/zkSnapshotRecursiveSummaryToolkit.sh 
b/bin/zkSnapshotRecursiveSummaryToolkit.sh
index f7659971b..888fdc011 100755
--- a/bin/zkSnapshotRecursiveSummaryToolkit.sh
+++ b/bin/zkSnapshotRecursiveSummaryToolkit.sh
@@ -33,7 +33,7 @@ else
   . "$ZOOBINDIR"/zkEnv.sh
 fi
 
-"$JAVA" -cp "$CLASSPATH" "$JVMFLAGS" \
+"$JAVA" -cp "$CLASSPATH" $JVMFLAGS \
      org.apache.zookeeper.server.SnapshotRecursiveSummary "$@"
 
 

Reply via email to