From 6fa1fe59931d6f0a01832050064aad605142937a Mon Sep 17 00:00:00 2001 From: x_xiny <1301913191@qq.com> Date: Thu, 23 Jun 2022 17:18:57 +0800 Subject: [PATCH] =?UTF-8?q?so=20=E8=A7=A3=E6=9E=90=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E8=A1=A8=E7=A4=BA=E9=94=99=E8=AF=AF=20re=20#?= =?UTF-8?q?I4X3AL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: x_xiny <1301913191@qq.com> Change-Id: Idd6d3c171b785ebd332402d3f29ffb484e644545 --- components/dynlink/script/so_parse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dynlink/script/so_parse b/components/dynlink/script/so_parse index 9090b6f4..f670d9ed 100755 --- a/components/dynlink/script/so_parse +++ b/components/dynlink/script/so_parse @@ -60,6 +60,6 @@ ${READELF} -l $1 | while read line; do done NEED_SIZE=`tail -n 1 ${TMP_FILE}` -echo "${NEED_SIZE} kb memory to reserve for $1!" +echo "${NEED_SIZE} bytes memory to reserve for $1!" ${RM} -f ${TMP_FILE}