Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 1, 2024
1 parent 31b13a0 commit 289256a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,19 @@ Compare_JDK() {

CPW=$(cygpath -u "$SIGNPATHWIN")
export PATH="$PATH:$CPW"
echo PATH = "$PATH"

# Run Comparison Script
cd "$WORK_DIR/compare"
./repro_compare.sh temurin src_jdk temurin tar_jdk CYGWIN

# Display The Content Of repro_diff.out
echo ""
echo "---------------------------------------------"
echo "Output From JDK Comparison Script"
echo "---------------------------------------------"
cat "$WORK_DIR/compare/repro_diff.out"
echo ""
echo "---------------------------------------------"
}

Clean_Up_Everything() {
Expand All @@ -771,10 +779,11 @@ Clean_Up_Everything() {
then
if [ -f /usr/local/bin/apt-cyg ]; then rm -f /usr/local/bin/apt-cyg ; fi
fi
# Remove Working Directory
rm -rf "$WORK_DIR"
}

# Begin Main Script Here

echo "---------------------------------------------"
echo "Begining Reproducible Windows Build From SBOM"
echo "---------------------------------------------"
Expand Down

0 comments on commit 289256a

Please sign in to comment.