Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4648136

Browse files
authored
Fix brackets
1 parent 76f17e2 commit 4648136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/test/regression/run-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DISTRO="${ID_LIKE}"
4545
if [ -z "${DISTRO}" ]; then
4646
DISTRO="${ID}"
4747
fi
48-
if [ "${DISTRO}" = *"rhel"* ] || [ "${DISTRO}" = *"centos"* ] || [ "${DISTRO}" = *"fedora"* ]; then
48+
if [[ "${DISTRO}" = *"rhel"* ]] ||[[ "${DISTRO}" = *"centos"* ]] || [[ "${DISTRO}" = *"fedora"* ]]; then
4949
DISTRO="redhat"
5050
fi
5151

0 commit comments

Comments
 (0)