build_torcx_store: Make a variable local

This commit is contained in:
Krzesimir Nowak 2021-09-27 20:08:20 +02:00
parent eee6b50aa5
commit 69d0f05b44

View File

@ -108,7 +108,7 @@ function torcx_package() {
local version=${pkg:${#name}+1} local version=${pkg:${#name}+1}
local manifest_path="${2}" local manifest_path="${2}"
local type="${3}" local type="${3}"
local deppkg digest file rpath sha512sum source_pkg rdepends tmproot tmppkgroot update_default local deppkg digest file rpath sha512sum source_pkg rdepends tmproot tmppkgroot update_default tmpfile
local pkg_cas_file pkg_cas_root local pkg_cas_file pkg_cas_root
local pkg_locations=() local pkg_locations=()
local name=${name##*/} local name=${name##*/}