aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorKang-Che Sung <explorer09@gmail.com>2017-07-15 11:38:58 +0800
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 19:20:45 +0200
commited2b9225371a36dd2694df65e395dc32fd94c5dd (patch)
tree55ec9e9e50b63aba14fa22c1524391e55d977d96 /include/platform.h
parentc4ddf04b6898c218b08251d81d30c3a2d587b10c (diff)
downloadbusybox-ed2b9225371a36dd2694df65e395dc32fd94c5dd.tar.gz
make_single_applets: fix ": $((fail++))" expansion error
$((fail++)) is not a required expression in POSIX, and in "dash" it could produce an error like this: ./make_single_applets.sh: 61: arithmetic expression: expecting primary: "fail++" Replace this with something portable: fail=$((fail+1)) would work. Signed-off-by: Kang-Che Sung <explorer09@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
0 files changed, 0 insertions, 0 deletions