bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Need help building 1.0


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Need help building 1.0
Date: Wed, 11 Oct 2006 21:11:48 +0300

Kevin Buckley <address@hidden> wrote:

> however when you pipe the two together, as in the configure script,
> 
> %echo bong.o | tr ' ' '\n' | sort | uniq |  ' '| sed 's,\.[^.]*
> ,$U&,g;s,\.[^.]*$,$U&,'

Hmm, that should have read

echo bong.o | tr ' ' '\n' | sort | uniq | tr '\n' ' ' |
 sed 's,\.[^.]* ,$U&,g;s,\.[^.]*$,$U&,'

shouldn't it?

Regards,
Sergey
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]