openrc/support
Mike Frysinger ef1ff1b4f2 make shell math operations style more succulent
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-11-19 02:25:36 -05:00
..
openvpn make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
sysvinit Supply a working default inittab 2009-05-07 10:44:50 +01:00