Openwrt/package/utils/busybox
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
..
config
files package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
patches busybox: remove redundant 6rd-patch 2014-05-29 21:50:32 +00:00
Config-defaults.in busybox: add back missing crond config change 2014-05-25 17:45:22 +00:00
Config.in
convert_defaults.pl
convert_menuconfig.pl
Makefile busybox: Fix pam_start link errors when PAM support is enabled 2014-08-18 13:10:08 +00:00