summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index 84a15be8..b5d3c814 100755
--- a/urpmq
+++ b/urpmq
@@ -186,7 +186,7 @@ foreach my $id (keys %packages) {
$hack_only_one{$choices} = undef;
}
} else {
- exists $packages{$id} and print $query_sub->($id), "\n";
+ exists $packages{$id} and print join('|', map { $query_sub->($_) } split '\|', $id), "\n";
}
}