Skip to content

Commit 883f6f2

Browse files
authored
[Bug] mvnw script "echo" bug fixed (#4202)
1 parent 64301eb commit 883f6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if $cygwin; then
196196
fi
197197

198198
if [ ! -e "$javaSource" ]; then
199-
error "ERROR: $javaSource not exists."
199+
echo "ERROR: $javaSource not exists."
200200
exit 1
201201
fi
202202

0 commit comments

Comments
 (0)