You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
boot base-files: add a hardware detection layer 10 years ago
done base-files: make use of new fstools 10 years ago
led base-files: update copyright headers 10 years ago
sysctl base-files: fix whitespaces 11 years ago
sysfixtime base-files: fix argument order to date in sysfixtime so that it also works with musl 10 years ago
system package/*: remove useless explicit set of function returncode 10 years ago
umount base-files: fix mount-utils incompatibility 11 years ago