openwrtv4/package
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
..
base-files package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
boot uboot-kirkwood: bump to 2014.07 2014-08-08 15:55:03 +00:00
devel valgrind: fix build failure on uml 2014-08-20 13:58:23 +00:00
firmware kernel: add staging r8188eu module (3.13) 2014-04-30 21:53:29 +00:00
kernel imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support 2014-08-11 20:35:10 +00:00
libs uclient: update to latest version, fixes HTTP keepalive issues 2014-08-21 19:12:38 +00:00
network package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
system package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
utils package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
Makefile build: consider sub-directories when deploying packages to image with CONFIG_PER_FEED_REPO (#17430) 2014-08-07 15:35:12 +00:00