builddep_funcs.sh: fix local var def.
--HG-- extra : convert_revision : 5066c52062d1dff62a97662f0d78bd0bdd40fd79
This commit is contained in:
parent
a1a9d65822
commit
faf1d22b22
|
@ -89,7 +89,7 @@ install_dependencies_pkg()
|
||||||
{
|
{
|
||||||
local pkg="$1"
|
local pkg="$1"
|
||||||
local lpkgname=$(${XBPS_PKGDB_CMD} getpkgname ${pkg})
|
local lpkgname=$(${XBPS_PKGDB_CMD} getpkgname ${pkg})
|
||||||
local i ipkgname iversion reqvers notinstalled_deps lver
|
local i ipkgname ivers reqvers notinstalled_deps lver
|
||||||
|
|
||||||
[ -z "$pkg" ] && return 1
|
[ -z "$pkg" ] && return 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue