cstamas commented on code in PR #11609: URL: https://github.com/apache/maven/pull/11609#discussion_r2749996719
########## apache-maven/src/assembly/maven/bin/mvn: ########## @@ -291,7 +291,7 @@ cmd="\"$JAVACMD\" \ # Add remaining arguments with proper quoting for arg in "$@"; do - cmd="$cmd \"$arg\"" + cmd="$cmd '$arg'" Review Comment: So, according to your comment, this change is not needed and the issue it fixes is fluke? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
