From 3f9b69d4f962ea492f4081fdb8ecb4a51561d2ab Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Mon, 13 Nov 2023 13:23:52 -0500 Subject: [PATCH] Remove trailing whitespace --- closed/get_j9_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/get_j9_source.sh b/closed/get_j9_source.sh index c7e11d98c62..45f58654f08 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -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"