openrc/sh
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
..
.gitignore change udhcpc support to busybox udhcpc 2011-04-26 15:25:08 -05:00
functions.sh.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
gendepends.sh.in drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
ifwatchd-carrier.sh.in Stop using needless {} in vars 2009-04-26 21:13:26 +00:00
ifwatchd-nocarrier.sh.in Stop using needless {} in vars 2009-04-26 21:13:26 +00:00
init-common-post.sh.in drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
init-early.sh.Linux.in Revert "Mount /run as early as possible" 2011-09-12 22:15:24 -05:00
init.sh.BSD.in drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
init.sh.Linux.in Revert "Mount /run as early as possible" 2011-09-12 22:15:24 -05:00
Makefile Use pattern rules instead of suffix rules 2011-10-29 09:43:24 -05:00
rc-functions.sh.in The is_net_fs function should use extra_net_fs_list 2011-07-06 09:53:05 -05:00
rc-mount.sh make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
runscript.sh.in CGroups: /sys/fs/cgroups should be a tmpfs 2011-11-18 17:58:37 -06:00
runtests.sh make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
udhcpc-hook.sh.in eat trailing whitespace 2011-07-04 18:27:00 -04:00