On Thursday 19 April 2007 04:50:22 Bo Ørsted Andresen wrote:
>     sed -r 's/-[^-]+(-r[0-9]+)*$//' | while read pkg; do

Probably a good idea to insert a `sort -u`:

    sed -r 's/-[^-]+(-r[0-9]+)*$//' | sort -u | while read pkg; do

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to