Skip to content

Commit

Permalink
Linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored May 17, 2024
1 parent d83bec3 commit c8a8eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/reproducible/macos_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ Compare_JDK() {

if [ -n "$REPORT_DIR" ]; then
echo "Copying Output To $REPORT_DIR"
cp $WORK_DIR/compare/reprotest.diff $REPORT_DIR
cp $WORK_DIR/reproJDK.tar.gz $REPORT_DIR
cp $WORK_DIR/compare/reprotest.diff "$REPORT_DIR"
cp $WORK_DIR/reproJDK.tar.gz "$REPORT_DIR"
fi

}
Expand Down

0 comments on commit c8a8eb6

Please sign in to comment.