(( ARG_DEBUG > 0 && ARG_DEBUG_LEVEL > 0 )) && set ${DEBUG_OPTS} _show_usage $0 ${_VERSION} ${_CONFIG_FILE} && return 0
to
(( ARG_DEBUG > 0 && ARG_DEBUG_LEVEL > 0 )) && set "${DEBUG_OPTS}" _show_usage "$0" "${_VERSION}" "${_CONFIG_FILE}" && return 0
20201227
No dependencies set.
The note is not visible to the blocked user.
to
Fix quoting issues (all plugins)to Plugins: fix quoting issues (all plugins)20201227