disable SC2086
This commit is contained in:
parent
6a6076e5ac
commit
0b04b2f34d
|
@ -60,6 +60,8 @@ HAPROXY_OPTIONS=" \
|
|||
PCREDIR= \
|
||||
USE_ZLIB=1"
|
||||
|
||||
# word splitting for $HAPROXY_OPTIONS is needed -> params
|
||||
# shellcheck disable=SC2086
|
||||
make -C "$HAPROXY_SRC" -j "$(nproc)" all $HAPROXY_OPTIONS
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue