From b4c09f0f1f3a4a54d8a072544eca5b56ee9c3ac5 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 3 Dec 2021 23:56:39 +0800 Subject: [PATCH] o my god. fuck,what error? fix it --- plugins/php/versions/81/fileinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/81/fileinfo.sh b/plugins/php/versions/81/fileinfo.sh index 539d0ed1f..6d1b09453 100755 --- a/plugins/php/versions/81/fileinfo.sh +++ b/plugins/php/versions/81/fileinfo.sh @@ -45,7 +45,7 @@ Install_lib() cd $sourcePath/php${version}/ext/${LIBNAME} - #fuck,what error? fix it + #o my god. fuck,what error? fix it FIND_undef=`cat Makefile|grep '#undef strndup'` if [ "$FIND_undef" == "" ];then sed -i $BAK "s/char \*strndup/\#undef strndup\nchar \*strndup/g" libmagic/softmagic.c