so 解析脚本单位表示错误

re #I4X3AL

Signed-off-by: x_xiny <1301913191@qq.com>
Change-Id: Idd6d3c171b785ebd332402d3f29ffb484e644545
This commit is contained in:
x_xiny 2022-06-23 17:18:57 +08:00
parent 8a05eb6e08
commit 6fa1fe5993
1 changed files with 1 additions and 1 deletions

View File

@ -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}