openwrt/package/base-files/files
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
..
bin base-files: properly generate the ula 2014-08-22 14:19:07 +00:00
etc package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
lib base-files: add a hardware detection layer 2014-08-18 13:09:17 +00:00
rom
sbin procd: various cleanups to /lib/upgrade/nand.sh 2014-06-16 18:55:14 +00:00