ivanzlenko commented on code in PR #7324: URL: https://github.com/apache/ozone/pull/7324#discussion_r1804179072
########## hadoop-ozone/dist/dev-support/bin/dist-layout-stitching: ########## @@ -129,6 +131,16 @@ run cp -p -r "${ROOT}/hadoop-ozone/dist/target/Dockerfile" . #Copy pre-generated keytabs run cp -p -R "${ROOT}/hadoop-ozone/dist/src/main/keytabs" compose/_keytabs +for file in $(find "${ROOT}" -path '*/target/classes/*.classpath' | sort); do + module=$(basename ${file%.classpath}) Review Comment: ```suggestion module=$(basename "${file%.classpath}") ``` -- 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...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org