Commit 95478e72 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play common: fix is_pkg_enough function (eterbug #17865)

parent b33dc932
......@@ -236,6 +236,8 @@ get_pkgvendor()
is_pkg_enough()
{
local PKG="$1"
local needed="$2"
# epm print enough package version "$PKG" "$needed"
epm status --installed "$PKG" "$needed"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment