scripts/modules.sh: disable warring for non double quoted variables

This commit is contained in:
Jan-Tarek Butt 2019-12-09 00:33:32 +01:00
parent e2d271b480
commit c119256ce8

View File

@ -1,7 +1,8 @@
. ./modules
[ ! -f "$GLUON_SITEDIR"/modules ] || . "$GLUON_SITEDIR"/modules
FEEDS="$(echo "$GLUON_FEEDS" "$GLUON_SITE_FEEDS" | tr ' ' '\n')"
# shellcheck disable=SC2086
FEEDS="$(echo $GLUON_FEEDS $GLUON_SITE_FEEDS | tr ' ' '\n')"
GLUON_MODULES=openwrt