Openwrt/package/system
John Crispin 2ae05c57f8 package/*: remove useless explicit set of function returncode
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

SVN-Revision: 42278
2014-08-25 06:35:50 +00:00
..
ca-certificates
fstools
mountd
mtd
opkg build: add new option to add disabled feeds commented out to opkg.conf 2014-08-06 09:12:37 +00:00
procd procd: update to the latest version, fixes parsing of /etc/openwrt_release 2014-07-30 12:39:46 +00:00
rpcd
ubox package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
ubus
uci
udev
zram-swap