pkg-auto: Fix a shellcheck warning

This commit is contained in:
Krzesimir Nowak 2025-04-10 17:48:12 +02:00
parent 0d06b737ac
commit ecd24bd5eb

View File

@ -2742,7 +2742,7 @@ function grep_pkg() {
pkg=${1}; shift
# rest are directories
GIT_PAGER= git -C "${scripts}" grep "${pkg}"'\(-[0-9]\|[^a-zA-Z0-9_-]\|$\)' -- "${@}" || :
GIT_PAGER='' git -C "${scripts}" grep "${pkg}"'\(-[0-9]\|[^a-zA-Z0-9_-]\|$\)' -- "${@}" || :
}
# Prints the passed files preceding and following with BEGIN ENTRY and