Commit 869ef5d3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-checkpkg: fix message

parent d2cc5c65
...@@ -85,7 +85,7 @@ epm_checkpkg() ...@@ -85,7 +85,7 @@ epm_checkpkg()
{ {
if [ -n "$pkg_names" ] ; then if [ -n "$pkg_names" ] ; then
# TODO: если есть / или расширение, это отсутствующий файл # TODO: если есть / или расширение, это отсутствующий файл
info "Suggest $pkg_names are name(s) of installed packages" info "Suggest $pkg_names are name(s) of installed package(s)"
__epm_check_installed_pkg $pkg_names __epm_check_installed_pkg $pkg_names
return return
fi fi
...@@ -96,7 +96,7 @@ epm_checkpkg() ...@@ -96,7 +96,7 @@ epm_checkpkg()
__handle_pkg_urls_to_checking __handle_pkg_urls_to_checking
fi fi
[ -n "$pkg_files" ] || fatal "Checkpkg: filename is missed" [ -n "$pkg_files" ] || fatal "Checkpkg: filename(s) is missed"
local RETVAL=0 local RETVAL=0
......
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