Commit 83325cdb authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-reinstall: add names filtering (to support epmqp some | epm reinstall)

parent c10d4b99
......@@ -72,6 +72,9 @@ epm_reinstall()
{
[ -n "$pkg_filenames" ] || fatal "Reinstall: missing package(s) name."
# get package name for hi level package management command (with version if supported and if possible)
pkg_names=$(__epm_get_hilevel_name $pkg_names)
epm_reinstall_names $pkg_names
epm_reinstall_files $pkg_files
}
......
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