Skip to content

Commit

Permalink
SQUASHME: Stop filename from depending on unset variables
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 23, 2021
1 parent 35f47c9 commit b9b7a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/pbTestScripts/buildJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if [[ "$(uname -m)" == "armv7l" && "$VARIANT" == "openj9" ]]; then
export VARIANT=hotspot
fi

export FILENAME="${JAVA_TO_BUILD}_${VARIANT}_${ARCHITECTURE}"
export FILENAME="java.tar.gz"

echo "DEBUG:
TARGET_OS=$TARGET_OS
Expand Down

0 comments on commit b9b7a08

Please sign in to comment.