diff --git a/cdist/conf/type/__uci_section/explorer/match b/cdist/conf/type/__uci_section/explorer/match index 9cf1ea3e..a3832bff 100644 --- a/cdist/conf/type/__uci_section/explorer/match +++ b/cdist/conf/type/__uci_section/explorer/match @@ -39,8 +39,8 @@ then exit 0 fi -test -s "${__object:?}/parameter/match" \ -&& test -s "${__object:?}/parameter/type" \ +# shellcheck disable=SC2015 +test -s "${__object:?}/parameter/match" && test -s "${__object:?}/parameter/type" \ || { echo 'Parameters --match and --type must be used together.' >&2 exit 1