From 0522059a80dd8a7c0244fc4580bc76a81bc1074e Mon Sep 17 00:00:00 2001 From: hwhbj Date: Wed, 16 Aug 2023 10:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D22.03=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 629c105b7..da13baaca 100755 --- a/configure +++ b/configure @@ -3279,7 +3279,7 @@ _ACEOF fi -if [ "$(cat /etc/system-release)" =~ ^"openEuler release 22.03".* ]; then +if [[ "$(cat /etc/system-release)" =~ ^"openEuler release 22.03".* ]]; then with_openeuler_major=yes fi