[MPlayer-cvslog] CVS: main configure,1.950,1.951

D Richard Felker III dalias at aerifal.cx
Wed Jan 12 19:34:26 CET 2005


On Wed, Jan 12, 2005 at 04:19:02PM +0100, Diego Biurrun wrote:
> Attila Kinali writes:
> > On Wed, 12 Jan 2005 15:02:26 +0100
> > Diego Biurrun <diego at biurrun.de> wrote:
> > 
> > > And how do you suggest getting rid of 'read -r'?
> > 
> > Use the power of perl, luke ;)
> 
> Not a dependency we should add..  I'm afraid there is no easy solution
> to this problem.  Rich suggested replacing the script with some sed
> magic ages ago, but that's not easy either..

this might work:

-while read -r line; do
+sed 's/\\/\\\\/' | while read line ; do

try it :)

rich




More information about the MPlayer-cvslog mailing list