Commit 4f496fdb authored by Vitaly Lipatov's avatar Vitaly Lipatov

query-package: make epmqp case insensitive

parent ff699790
......@@ -22,5 +22,5 @@ load_helper epm-packages
epm_query_package()
{
#showcmd grep --color "$pkg_filenames"
pkg_filenames= epm_packages | grep --color -- "$pkg_filenames"
pkg_filenames= epm_packages | grep -i --color -- "$pkg_filenames"
}
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