Commit 79356063 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: fix message

parent b3b03826
......@@ -52,7 +52,7 @@ __epm_korinf_install() {
local pkg_urls=''
for pkgurl in $* ; do
pkg="$(__epm_korinf_site_mask "$pkgurl")"
[ -n "$pkg" ] || fatal "Can't get package url from $pkgurl"
[ -n "$pkg" ] || fatal "Can't get package url by $pkgurl"
[ -n "$pkg_urls" ] && pkg_urls="$pkg_urls $pkg" || pkg_urls="$pkg"
done
# due Error: Can't use epm call from the piped script
......
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