summaryrefslogtreecommitdiff
path: root/networking/tunctl.c
diff options
context:
space:
mode:
authorKang-Che Sung2017-07-15 11:38:58 +0800
committerDenys Vlasenko2017-07-18 19:20:58 +0200
commit6f13dd1d6574bbc0eacd5574d2e451596a92df5d (patch)
tree8c6f10a8f719463367beff02d6a6002df59e7857 /networking/tunctl.c
parent3df48bdde96632a83cacff1f7795837a160de1d4 (diff)
downloadbusybox-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