diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-10 14:30:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-10 14:30:09 +0000 |
commit | 659541cceae070435cd385f6db6ddffa8e77682d (patch) | |
tree | 887e821d7acd9df40f57cc74ba06c206319323b7 | |
parent | 2335feed4d37ced1c5851f634c1fe8eddb6acc5a (diff) | |
download | rpmdrake-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-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |