From 4d94c8bbdb19eebc62cf4e36dcaff3c639f9f045 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 17 Dec 2001 15:27:45 +0000 Subject: small fixes. --- urpmq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmq') 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"; } } -- cgit v1.2.1