Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 13, 2023
1 parent 09f5e80 commit 3f9b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ if [ "${git_urls[$openjceplus_source]}" ]; then
if [ $gskit_bin_credential ]; then
# Download GSKit binaries from artifactory
curl -vk -u "$gskit_bin_credential" -X GET $gskit_bin > ./icc/jgsk_crypto.tar
curl -vk -u "$gskit_bin_credential" -X GET $gskit_sdk_bin > ./icc/jgsk_crypto_sdk.tar
curl -vk -u "$gskit_bin_credential" -X GET $gskit_sdk_bin > ./icc/jgsk_crypto_sdk.tar
else
echo
echo "GSKit binaries are needed for compiling $openjceplus_source"
Expand Down

0 comments on commit 3f9b69d

Please sign in to comment.