aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/rpmnew.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 09:31:03 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 09:31:03 +0000
commita3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b (patch)
treee8d761858135905cd1b2969210d42700a3230fe0 /Rpmdrake/rpmnew.pm
parentbd6d17563ff72a3777da12955dd0f87a30e0be79 (diff)
downloadrpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.gz
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.bz2
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.xz
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.zip
rename options as rpmdrake_options so that we can reuse urpm::args someday
Diffstat (limited to 'Rpmdrake/rpmnew.pm')
-rwxr-xr-xRpmdrake/rpmnew.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/rpmnew.pm b/Rpmdrake/rpmnew.pm
index 05577293..dbbd7c47 100755
--- a/Rpmdrake/rpmnew.pm
+++ b/Rpmdrake/rpmnew.pm
@@ -184,7 +184,7 @@ sub dialog_rpmnew {
sub do_merge_if_needed() {
- if ($options{'merge-all-rpmnew'}) {
+ if ($rpmdrake_options{'merge-all-rpmnew'}) {
my %pkg2rpmnew;
my $wait = wait_msg(N("Please wait, searching..."));
print "Searching .rpmnew and .rpmsave files...\n";