From 79f8257307922ab6fc189d1031ab3c4517c52f3b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 20 Jan 2005 09:19:07 +0000 Subject: Fix Daouda's typo --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 1affde0d..d3f9eb50 100755 --- a/rpmdrake +++ b/rpmdrake @@ -1269,7 +1269,7 @@ Then, restart %s.", $rpmdrake::myname_update)), myexit(-1); $pkg->flag_installed or next; any { $pkg->id >= $_->{start} && $pkg->id <= $_->{end} } @update_medias or next; if ($options{'pkg-sel'} || $options{'pkg-nosel'}) { - if ($#{$options{'pkg-sel'}} != -1 || $#{$option{'pkg-nosel'}} != -1) { + if ($#{$options{'pkg-sel'}} != -1 || $#{$options{'pkg-nosel'}} != -1) { member(urpm_name($pkg), @{$options{'pkg-sel'}}, @{$options{'pkg-nosel'}}) or next; member(urpm_name($pkg), @{$options{'pkg-sel'}}) and $selected = 1; } -- cgit v1.2.1