Commit bf24603d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-mark: fix is_wildcard using

parent 854e8919
......@@ -36,7 +36,7 @@ __alt_mark_hold()
local i
__alt_test_glob "$*"
for i in "$@" ; do
if __is_wildcard "$i" ; then
if is_wildcard "$i" ; then
local pkglist
pkglist="$(epm qp --short "^$i")" || continue
for pkg in $pkglist ; do
......
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