From 183c787425ea132b0f91066dbfc65e7cb84e01dd Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 10 Jul 2022 23:59:24 +0800 Subject: [PATCH] Update intl.sh --- plugins/php/versions/common/intl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/intl.sh b/plugins/php/versions/common/intl.sh index fce18b129..b1ca3f906 100755 --- a/plugins/php/versions/common/intl.sh +++ b/plugins/php/versions/common/intl.sh @@ -28,7 +28,7 @@ else fi OPTIONS='' -if [ "$version" -lt "70" ];then +if [ "$version" -lt "71" ];then cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash icu.sh OPTIONS="--with-icu-dir=${serverPath}/lib/icu" fi