forked from openkylin/platform_build
am 4ac1ba61: fix typo in bash expression
Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair * commit '4ac1ba61075190fa9ced594c85285beff6293184': fix typo in bash expression
This commit is contained in:
commit
fbc039e9b9
|
@ -1591,7 +1591,7 @@ $(if $(2), \
|
||||||
if [ "$(3)" == "yaffs" ]; then \
|
if [ "$(3)" == "yaffs" ]; then \
|
||||||
reservedblocks=5; \
|
reservedblocks=5; \
|
||||||
else \
|
else \
|
||||||
reselvedblocks=0; \
|
reservedblocks=0; \
|
||||||
fi; \
|
fi; \
|
||||||
twoblocks=$$((img_blocksize * 2)); \
|
twoblocks=$$((img_blocksize * 2)); \
|
||||||
onepct=$$((((($(2) / 100) - 1) / img_blocksize + 1) * img_blocksize)); \
|
onepct=$$((((($(2) / 100) - 1) / img_blocksize + 1) * img_blocksize)); \
|
||||||
|
|
Loading…
Reference in New Issue