summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-08 15:45:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-08 15:45:23 +0000
commitb3f5c4391480e04a0f482c089222ed95ae4731d0 (patch)
tree8db01e0bd7ac457080cbf310ee3ef1ea22a4e126 /urpmq
parent89d848a4838e2c2db22a9b91658d170d3513bff5 (diff)
downloadurpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar
urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.gz
urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.bz2
urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.tar.xz
urpmi-b3f5c4391480e04a0f482c089222ed95ae4731d0.zip
simplify
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index 52ac6426..b76919a8 100755
--- a/urpmq
+++ b/urpmq
@@ -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;