Skip to content

Commit

Permalink
Fix WGET Output Switches And Typos in windows reproducible compare sc…
Browse files Browse the repository at this point in the history
…ript. (#3694)

* Fix small bugs in comparison.

* Fix URLs For RAW

* Fix case for WGET.
  • Loading branch information
steelhead31 authored Mar 11, 2024
1 parent 3347a4f commit 0a7c04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,9 @@ Compare_JDK() {
cp "$WORK_DIR/built_jdk.zip" "$WORK_DIR/compare"

# Get The Current Versions Of The Reproducible Build Scripts
wget -o "$WORK_DIR/compare/repro_common.sh" "https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_common.sh"
wget -o "$WORK_DIR/compare/repro_compare.sh" "https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_compare"
wget -o "$WORK_DIR/compare/repro_process.sh" "https://github.com/adoptium/temurin-build/blob/master/tooling/reproducible/repro_process.sh"
wget -O "$WORK_DIR/compare/repro_common.sh" "https://raw.githubusercontent.com/adoptium/temurin-build/master/tooling/reproducible/repro_common.sh"
wget -O "$WORK_DIR/compare/repro_compare.sh" "https://raw.githubusercontent.com/adoptium/temurin-build/master/tooling/reproducible/repro_compare.sh"
wget -O "$WORK_DIR/compare/repro_process.sh" "https://raw.githubusercontent.com/adoptium/temurin-build/master/tooling/reproducible/repro_process.sh"

# Set Permissions
chmod +x "$WORK_DIR/compare/"*sh
Expand Down

0 comments on commit 0a7c04e

Please sign in to comment.