Skip to content

Commit 888b89c

Browse files
committed
Fix typo in shell script interpolation
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 05b4b7b commit 888b89c

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
@@ -18,5 +18,5 @@ rpm -e --nodeps $(rpm -qa java-* | grep -v "^java-${JAVA_VERSION}-${JAVA_VENDOR}
1818
# 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
21-
alternatives --set "$alt" "$java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"
21+
alternatives --set "$alt" "java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"
2222
done

0 commit comments

Comments
 (0)