Commit 43542061 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix epm_update

parent 2582ceab
...@@ -33,7 +33,7 @@ epm_Install() ...@@ -33,7 +33,7 @@ epm_Install()
yum-rpm) yum-rpm)
;; ;;
*) *)
epm_update || return pkg_filenames= epm_update || return
;; ;;
esac esac
......
...@@ -26,7 +26,7 @@ epm_Upgrade() ...@@ -26,7 +26,7 @@ epm_Upgrade()
yum-rpm) yum-rpm)
;; ;;
*) *)
epm_update || return pkg_filenames= epm_update || return
;; ;;
esac esac
......
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