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:
@@ -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
|
||||
|
Reference in New Issue
Block a user