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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 883f6f2b7 [Bug] mvnw script "echo" bug fixed (#4202)
883f6f2b7 is described below

commit 883f6f2b755bc451d85a9bc86296b78bcc3b05d7
Author: benjobs <[email protected]>
AuthorDate: Mon Mar 17 09:49:10 2025 +0800

    [Bug] mvnw script "echo" bug fixed (#4202)
---
 mvnw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mvnw b/mvnw
index 9afad3b76..7cc74242d 100755
--- a/mvnw
+++ b/mvnw
@@ -196,7 +196,7 @@ if $cygwin; then
 fi
 
 if [ ! -e "$javaSource" ]; then
-  error "ERROR: $javaSource not exists."
+  echo "ERROR: $javaSource not exists."
   exit 1
 fi
 

Reply via email to