openwrtv4/package/network/config
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
..
firewall package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
gre gre: Change hostdependcy to remote endpoint tunnel address 2014-08-05 09:57:55 +00:00
ltq-adsl-app lantiq-dsl: add 2 ugly workarounds for the IB to work 2014-07-21 18:41:46 +00:00
ltq-vdsl-app lantiq-dsl: add 2 ugly workarounds for the IB to work 2014-07-21 18:41:46 +00:00
netifd package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
qos-scripts qos-scripts: convert to procd 2014-07-18 11:25:07 +00:00
soloscli soloscli: upgrade to 1.04 2014-06-02 12:45:01 +00:00
swconfig package: swconfig: let variable name be local 2014-06-04 07:20:31 +00:00