summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-04 12:48:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-04 12:48:05 +0000
commit2ddea4c4ff73b19afac4567bfbe09f9ffeed9055 (patch)
treee7d7796fa1cee05dc249a1b1256b08e67688cac2 /perl-install/pkgs.pm
parent8fb3540b3f22d78c050c204fcf1ef7e03322cdc5 (diff)
downloaddrakx-2ddea4c4ff73b19afac4567bfbe09f9ffeed9055.tar
drakx-2ddea4c4ff73b19afac4567bfbe09f9ffeed9055.tar.gz
drakx-2ddea4c4ff73b19afac4567bfbe09f9ffeed9055.tar.bz2
drakx-2ddea4c4ff73b19afac4567bfbe09f9ffeed9055.tar.xz
drakx-2ddea4c4ff73b19afac4567bfbe09f9ffeed9055.zip
(selected_leaves): fix dead-loop
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index c779b7dcf..250e1510f 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1508,7 +1508,7 @@ sub selected_leaves {
}
}
}
- } until (%m = %l);
+ } until (%m == %l);
[ map {
my @l; $l[$FILE] = $_;
h'>* sync with codeThierry Vignaud2007-08-0671-17214/+20754 * update translation for HebrewDotan Kamber2007-08-031-9/+10 * Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-08-021-2/+2 * Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-08-021-105/+83 * update translation for HebrewDotan Kamber2007-08-011-105/+59 * update a stringThierry Vignaud2007-07-3071-142/+142 * sync with codeThierry Vignaud2007-07-3071-6653/+8065 * updateJosé Melo2007-07-231-66/+36 * update translation for HebrewDotan Kamber2007-07-211-2/+2 * Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-07-171-50/+78 * update translation for HebrewDotan Kamber2007-07-161-42/+25 * Update fr translationChristophe Berthelé2007-07-081-4/+4 * Updated zh_CN translationFunda Wang2007-07-011-3/+3 * Updated POT fileFunda Wang2007-07-0171-23803/+24239 * updated translationPavel Maryanov2007-06-161-76/+33 * fixing some fuzzy entries and translating messages to pt_BRFelipe Arruda2007-05-211-73/+42 * Japanese translation reviewedYukiko Bando2007-05-151-8/+8 * upJosé Melo2007-05-071-92/+60 * re-sync after the big svn lossPascal Rigaux2007-04-25