so 解析脚本单位表示错误
re #I4X3AL Signed-off-by: x_xiny <1301913191@qq.com> Change-Id: Idd6d3c171b785ebd332402d3f29ffb484e644545
This commit is contained in:
parent
8a05eb6e08
commit
6fa1fe5993
|
@ -60,6 +60,6 @@ ${READELF} -l $1 | while read line; do
|
||||||
done
|
done
|
||||||
|
|
||||||
NEED_SIZE=`tail -n 1 ${TMP_FILE}`
|
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}
|
${RM} -f ${TMP_FILE}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue