Skip to content

Commit

Permalink
One more litner issue
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Oct 24, 2024
1 parent 04df973 commit 074aeb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/compare-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ pushd "${COMPARE_WAPPER_SCRIPT_DIR}/reproducible/"
CLASSPATH="${ftureDir}"
export CLASSPATH
if uname | grep CYGWIN ; then
export CLASSPATH=$(cygpath -m "${CLASSPATH}")
CLASSPATH=$(cygpath -m "${CLASSPATH}")
export CLASSPATH="${CLASSPATH}"
fi
getKeysForComparablePatch "${WORKDIR}/${jdkName}"
# we cannot use the JDK we are currently processing. It is broken by the patching
Expand Down

0 comments on commit 074aeb2

Please sign in to comment.