openwrt/package/system
blogic cb8f6fa0b4 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>

Backport of r42278

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-09-01 13:21:54 +00:00
..
ca-certificates create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
fstools create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
mountd create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
mtd create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
opkg build: add new option to add disabled feeds commented out to opkg.conf 2014-08-06 18:18:49 +00:00
procd procd: update to the latest version, fixes parsing of /etc/openwrt_release 2014-08-03 11:15:39 +00:00
rpcd create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
ubox package/*: remove useless explicit set of function returncode 2014-09-01 13:21:54 +00:00
ubus create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
uci create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
udev create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
zram-swap create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00