bmarwell commented on code in PR #79: URL: https://github.com/apache/maven-wrapper/pull/79#discussion_r1063583039
########## maven-wrapper-distribution/src/resources/mvnw: ########## @@ -237,8 +243,7 @@ else fi if [ -e "$javaClass" ]; then log " - Running MavenWrapperDownloader.java ..." - ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$wrapperUrl" "$wrapperJarPath") - [ $? -eq 0 ] || rm -f "$wrapperJarPath" + ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$wrapperUrl" "$wrapperJarPath") || rm -f "$wrapperJarPath" Review Comment: The script won't exit anyway because neither `set -e` nor `set -o pipefail` is set. Rewriting is not part of this commit. Let's not fix things here which are not broken. We can open an issue for this, though. I just want to make sure the script behaves the same as before. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org