Commit 329fd167 authored by Vitaly Lipatov's avatar Vitaly Lipatov

disable status 2 in simulate

parent 406ec731
......@@ -26,7 +26,8 @@ epm_simulate()
[ -n "$pkg_filenames" ] || fatal "Run $epm_cmd without packages"
local filenames=$(echo $pkg_filenames | filter_out_installed_packages)
[ -z "$filenames" ] && echo "Skip empty simulate list" && return 2
# FIXME: can't correct receive status 2 in mandriva?
[ -z "$filenames" ] && echo "Skip empty simulate list" && return 0 #&& return 2
case $PMTYPE in
apt-rpm|apt-dpkg)
......
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