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

Bug#719559: cuetools: filenames are split on spaces



> Can you please give us a reproducible example of this alleged
> regression?

assuming *.flac includes filenames which include spaces

	cuetag file.cue *.flac

passing each filename individually quoted also fails

	cuetag file.cue '1 file.flac' '2 file.flac' ...

> Also, what shell provides /bin/sh on your system?

dash

> > the following line in the function main appears to serve no
> > purpose and removing it solves the problem
> >
> >        set -- $FILES
> 
> That line has a purpose.

what is it?

> I need to understand the problem you are experiencing.

word splitting is forced on filenames
(thus destroying the ability to process filenames containing spaces)


Reply to: