scripts/modules.sh: disable warring for non double quoted variables
This commit is contained in:
parent
e2d271b480
commit
c119256ce8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user