diff options
author | Kang-Che Sung | 2017-07-15 11:38:58 +0800 |
---|---|---|
committer | Denys Vlasenko | 2017-07-18 19:20:58 +0200 |
commit | 6f13dd1d6574bbc0eacd5574d2e451596a92df5d (patch) | |
tree | 8c6f10a8f719463367beff02d6a6002df59e7857 /networking/tunctl.c | |
parent | 3df48bdde96632a83cacff1f7795837a160de1d4 (diff) | |
download | busybox-6f13dd1d6574bbc0eacd5574d2e451596a92df5d.zip busybox-6f13dd1d6574bbc0eacd5574d2e451596a92df5d.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 'networking/tunctl.c')
0 files changed, 0 insertions, 0 deletions