diff --git a/components/dynlink/script/so_parse b/components/dynlink/script/so_parse index 9090b6f4d95235f3cdbdfd6acf599a63a4e80250..f670d9ed12fad601af2ffc0b60a22cba857a0a62 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}