Skip to content

Commit 05b4b7b

Browse files
committed
Update BZ reference to migrated JIRA issue URI
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent cf1611c commit 05b4b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/singleton-jdk/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
# our stated JAVA_VERSION-JAVA_VENDOR (e.g.: 11-openjdk; 1.8.0-openj9)
1616
rpm -e --nodeps $(rpm -qa java-* | grep -v "^java-${JAVA_VERSION}-${JAVA_VENDOR}")
1717

18-
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2089626
18+
# workaround for https://issues.redhat.com/browse/RHEL-3437
1919
_arch="$(uname -m)"
2020
for alt in java javac java_sdk_openjdk jre_openjdk; do
2121
alternatives --set "$alt" "$java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"

0 commit comments

Comments
 (0)