Commit 43570412 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-upgrade: fix warning

parent c71d2cce
...@@ -59,7 +59,7 @@ epm_upgrade_alt_tasks() ...@@ -59,7 +59,7 @@ epm_upgrade_alt_tasks()
[ -n "$verbose" ] && info "Packages to upgrade: $installlist" [ -n "$verbose" ] && info "Packages to upgrade: $installlist"
if [ -z "$installlist" ] ; then if [ -z "$installlist" ] ; then
warning 'There is no installed packages for upgrade from task $*' warning 'There is no installed packages for upgrade from task' "$*"
return 22 return 22
fi fi
......
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