mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 19:02:12 +00:00
1) echo -n -> printf 2) do not 'return 0' in functions where rc is 0 anyway 3) calc with $(( $var + $x )) -> $(( var + x ))
1) echo -n -> printf 2) do not 'return 0' in functions where rc is 0 anyway 3) calc with $(( $var + $x )) -> $(( var + x ))