We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efb17f commit 9e618cfCopy full SHA for 9e618cf
src/etc/adb_run_wrapper.sh
@@ -26,7 +26,7 @@ then
26
/system/bin/sleep $WAIT
27
/system/bin/sync
28
fi
29
- L_COUNT=`expr $L_COUNT+1`
+ L_COUNT=$((L_COUNT+1))
30
done
31
32
echo $L_RET > $PATH/$RUN.exitcode
0 commit comments