Commit 182da335 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-query: fix is_installed

parent 9898054e
......@@ -259,7 +259,7 @@ __epm_query_shortname()
# check if pkg is installed
is_installed()
{
__epm_query_shortname $pkg_names >/dev/null 2>/dev/null
__epm_query_shortname "$@" >/dev/null 2>/dev/null
# broken way to recursive call here (overhead!)
#epm installed $@ >/dev/null 2>/dev/null
}
......
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