Skip to content

Commit 20674d4

Browse files
committed
Pull Java 8 JDKs from IBM
- file-type should not include the '.'
1 parent 840817f commit 20674d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ibm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ do
5050
JVM_IMPL="openj9"
5151
OS="linux"
5252
ARCH=$ARCHITECTURE
53-
ARCHIVE=$(echo "$IBM_FILE" | perl -pe 's#.*(\.[^.]+)$#$1#g')
53+
ARCHIVE=$(echo "$IBM_FILE" | perl -pe 's#.*\.([^.]+)$#$1#g')
5454
if [[ "${IBM_FILE}" = *"jdk"* ]]
5555
then
5656
IMAGE_TYPE="jdk"

0 commit comments

Comments
 (0)