michael-o commented on code in PR #11609: URL: https://github.com/apache/maven/pull/11609#discussion_r2746909808
########## 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: This changes semantics `"@"` does already the quoting for us. I think this needs an IT. -- 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]
