aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-01-10 14:30:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-01-10 14:30:09 +0000
commit659541cceae070435cd385f6db6ddffa8e77682d (patch)
tree887e821d7acd9df40f57cc74ba06c206319323b7
parent2335feed4d37ced1c5851f634c1fe8eddb6acc5a (diff)
downloadrpmdrake-659541cceae070435cd385f6db6ddffa8e77682d.tar
rpmdrake-659541cceae070435cd385f6db6ddffa8e77682d.tar.gz
rpmdrake-659541cceae070435cd385f6db6ddffa8e77682d.tar.bz2
rpmdrake-659541cceae070435cd385f6db6ddffa8e77682d.tar.xz
rpmdrake-659541cceae070435cd385f6db6ddffa8e77682d.zip
Print "nothing to do" in --merge-all-rpmnew, when there is no
found .rpmnew/.rpmsave files
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 945feed2..daa7202c 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1073,7 +1073,7 @@ if ($options{'merge-all-rpmnew'}) {
});
print "done.\n";
$typical_width = 280;
- dialog_rpmnew(0, '', %pkg2rpmnew);
+ dialog_rpmnew(0, '', %pkg2rpmnew) and print "Nothing to do.\n";
myexit(0);
}