firmware: fix previous

This commit is contained in:
Franco Fichtner 2019-01-30 08:28:13 +01:00
parent b8116f8193
commit 972c3aa2c6

View File

@ -105,7 +105,7 @@ core)
fi
if [ -z "${OUTPUT%%*product_version*}" -a -f ${VERSION} ]; then
RESULT=$(cat ${VERSION})
product_version=$(cat ${VERSION})
fi
if [ -z "${OUTPUT%%*product_size*}" -a -f ${VERSION}.size ]; then
product_size=$(cat ${VERSION}.size)