am 4ac1ba61: fix typo in bash expression

Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair

* commit '4ac1ba61075190fa9ced594c85285beff6293184':
  fix typo in bash expression
This commit is contained in:
Doug Zongker 2009-08-26 11:41:13 -07:00 committed by Android Git Automerger
commit fbc039e9b9
1 changed files with 1 additions and 1 deletions

View File

@ -1591,7 +1591,7 @@ $(if $(2), \
if [ "$(3)" == "yaffs" ]; then \
reservedblocks=5; \
else \
reselvedblocks=0; \
reservedblocks=0; \
fi; \
twoblocks=$$((img_blocksize * 2)); \
onepct=$$((((($(2) / 100) - 1) / img_blocksize + 1) * img_blocksize)); \