Fix wrong pattern match

This commit is contained in:
Patrick Van der Veken 2021-03-24 11:23:55 +01:00
parent d90ad7d30b
commit 902dd31116

View File

@ -967,7 +967,7 @@ then
*release\ 7*)
RHEL_VERSION=7
;;
*release\ 7*)
*release\ 8*)
RHEL_VERSION=8
;;
*)