Commit db41af0e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-update: fix error code in epm-update

parent 3721f2b7
......@@ -49,11 +49,11 @@ case $PMTYPE in
;;
yum-rpm)
# just skipped
[ -n "$verbose" ] && info "update command is stubbed for yum"
[ -z "$verbose" ] || info "update command is stubbed for yum"
;;
dnf-rpm)
# just skipped
[ -n "$verbose" ] && info "update command is stubbed for dnf"
[ -z "$verbose" ] || info "update command is stubbed for dnf"
;;
urpm-rpm)
sudocmd urpmi.update -a
......
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