2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

rc.apparmor.functions: disable shellcheck false positive

This commit is contained in:
intrigeri
2022-02-13 07:17:36 +00:00
parent 8eeb8c48c5
commit 0bae8bf82a

View File

@@ -131,6 +131,7 @@ __parse_profiles_dir() {
return 1
fi
# shellcheck disable=SC2086
"$PARSER" $PARSER_OPTS "$parser_cmd" -- "$profile_dir"
if [ $? -ne 0 ]; then
status=1