disable SC2086

This commit is contained in:
Michael Rennecke 2019-03-20 20:01:43 +01:00
parent 6a6076e5ac
commit 0b04b2f34d
1 changed files with 2 additions and 0 deletions

View File

@ -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
#