We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840817f commit 20674d4Copy full SHA for 20674d4
bin/ibm.bash
@@ -50,7 +50,7 @@ do
50
JVM_IMPL="openj9"
51
OS="linux"
52
ARCH=$ARCHITECTURE
53
- ARCHIVE=$(echo "$IBM_FILE" | perl -pe 's#.*(\.[^.]+)$#$1#g')
+ ARCHIVE=$(echo "$IBM_FILE" | perl -pe 's#.*\.([^.]+)$#$1#g')
54
if [[ "${IBM_FILE}" = *"jdk"* ]]
55
then
56
IMAGE_TYPE="jdk"
0 commit comments