This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.6
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev-2.1.6 by this push:
new b7fca13e4 [Bug] mvnw script "echo" bug fixed.
b7fca13e4 is described below
commit b7fca13e477064c608efaf4071e3c6ab3ee79b70
Author: benjobs <[email protected]>
AuthorDate: Tue Mar 11 23:25:25 2025 +0800
[Bug] mvnw script "echo" bug fixed.
---
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