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 05b4b7b commit 888b89cCopy full SHA for 888b89c
modules/singleton-jdk/configure.sh
@@ -18,5 +18,5 @@ rpm -e --nodeps $(rpm -qa java-* | grep -v "^java-${JAVA_VERSION}-${JAVA_VENDOR}
18
# workaround for https://issues.redhat.com/browse/RHEL-3437
19
_arch="$(uname -m)"
20
for alt in java javac java_sdk_openjdk jre_openjdk; do
21
- alternatives --set "$alt" "$java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"
+ alternatives --set "$alt" "java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"
22
done
0 commit comments