xbps-src/bulk: declare some more local vars.
This commit is contained in:
parent
6ea3c122ad
commit
aab0fe7ed3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ bulk_getlink() {
|
|||
}
|
||||
|
||||
bulk_build() {
|
||||
local _pkgs pkg found f x tmpf
|
||||
local _pkgs _pkg pkgs pkg found f x tmpf
|
||||
|
||||
if ! command -v xbps-checkvers &>/dev/null; then
|
||||
msg_error "xbps-src: cannot find xbps-checkvers(8) command!\n"
|
||||
|
|
Loading…
Reference in a new issue