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