michael-o commented on code in PR #11609: URL: https://github.com/apache/maven/pull/11609#discussion_r2749999600
########## 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: I didn't say its fluke, but we need to understand what this change causes and an IT with it. I wouldn't easily apply 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]
