diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-08 15:45:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-08 15:45:23 +0000 |
commit | b3f5c4391480e04a0f482c089222ed95ae4731d0 (patch) | |
tree | 8db01e0bd7ac457080cbf310ee3ef1ea22a4e126 /urpmq | |
parent | 89d848a4838e2c2db22a9b91658d170d3513bff5 (diff) | |
download | urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.gz urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.bz2 urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.xz urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.zip |
simplify
Diffstat (limited to 'urpmq')
-rwxr-xr-x | urpmq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -478,7 +478,7 @@ if ($options{list_aliases}) { } } } elsif ($options{sources}) { - print join "\n", values %$local_sources; values %$local_sources and print "\n"; + print "$_\n" foreach values %$local_sources; print "$_\n" foreach map { values %$_ } @$list; } exit 0; |