1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package/base-files
Yousong Zhou b2aa820b48 base-files: fix getting gid from group_add_next
Shell function return code only has range [0, 255].  Other values will
be truncated, e.g. return 65536 will have the same effect as return 0

While at it, drop other "return $rc" where rc will almost always take
value 0 and whose value current callers actually do not check

Fixes FS#988

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-11-09 17:42:36 +08:00
..
files base-files: fix getting gid from group_add_next 2017-11-09 17:42:36 +08:00
image-config.in build: add buildbot specific config option for setting defaults 2017-02-14 14:18:35 +01:00
Makefile base-files: fix getting gid from group_add_next 2017-11-09 17:42:36 +08:00