Skip to content

Commit 83ef4fe

Browse files
committed
Quote parameters
1 parent beebc0e commit 83ef4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jdks/download-jdks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function unpack_windows {
8181
return 0
8282
fi
8383

84-
download_jdk $1 windows .zip
84+
download_jdk "$1" windows .zip
8585

8686
mkdir -p windows-$1
8787
unzip -qq downloads/jdk-$1_windows.zip -d windows-$1
@@ -122,7 +122,7 @@ function unpack_linux {
122122
return 0
123123
fi
124124

125-
download_jdk $1 linux .tar.gz
125+
download_jdk "$1" linux .tar.gz
126126

127127
mkdir -p linux-$1
128128
cd linux-$1

0 commit comments

Comments
 (0)