tn3399_openwrt/package/utils
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
..
admswconfig packages: clean up the package folder 2013-06-21 16:54:37 +00:00
busybox package/*: remove useless explicit set of function returncode 2014-08-25 06:35:50 +00:00
e2fsprogs Revert "[package] e2fsprogs: update to 1.42.8 and add e4defrag" 2013-08-16 09:29:31 +00:00
fbtest packages: clean up the package folder 2013-06-21 16:54:37 +00:00
fuse packages: clean up the package folder 2013-06-21 16:54:37 +00:00
hostap-utils packages: clean up the package folder 2013-06-21 16:54:37 +00:00
jsonfilter jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices 2014-06-19 15:30:59 +00:00
lua packages: clean up the package folder 2013-06-21 16:54:37 +00:00
mdadm mdadm: strip support for intel/ddf hardware raid to significantly reduce code size 2013-06-28 11:26:48 +00:00
mkelfimage packages: clean up the package folder 2013-06-21 16:54:37 +00:00
nvram packages: clean up the package folder 2013-06-21 16:54:37 +00:00
px5g px5g: rename the old package to px5g-standalone, add a new one that links against polarssl 2014-03-21 15:55:23 +00:00
px5g-standalone build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages 2014-06-30 08:19:48 +00:00
robocfg robocfg: add missing include 2014-08-03 10:45:39 +00:00
spidev_test packages: clean up the package folder 2013-06-21 16:54:37 +00:00
ubi-utils ubi-utils: fix wrong PKG_NAME, bump copyright, add build dependency on zlib 2014-06-15 19:34:51 +00:00
ugps ugps: add a minimal gps daemon 2014-08-01 09:37:49 +00:00
usbmode usbmode: update to latest git and also update the device database 2014-07-19 16:57:09 +00:00
usbreset usbreset: fix possible access to uninitialized variable (#15041) 2014-02-23 23:42:12 +00:00
usbutils usbutils: upgrade to version 007 2013-07-03 01:12:07 +00:00
util-linux util-linux: use qsort instead of qsort_r to fix compile error with musl 2014-06-09 13:47:48 +00:00
xfsprogs build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages 2014-06-30 08:19:48 +00:00