mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firmware: fix previous
This commit is contained in:
parent
b8116f8193
commit
972c3aa2c6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user