xbps-src/bulk: declare some more local vars.

This commit is contained in:
Juan RP 2015-03-17 11:04:09 +01:00
parent 6ea3c122ad
commit aab0fe7ed3

View file

@ -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"