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
..
2013-12-09 11:30:14 +00:00
2011-03-13 19:04:32 +00:00
2013-03-13 18:11:19 +00:00
2013-06-10 08:24:02 +00:00
2006-11-22 23:30:57 +00:00
2012-03-18 19:41:57 +00:00
2006-11-22 23:30:57 +00:00