[Ffmpeg-cvslog] r6589 - trunk/common.mak
Måns Rullgård
mru
Mon Oct 9 21:07:17 CEST 2006
diego said:
> Author: diego
> Date: Sun Oct 8 16:14:33 2006
> New Revision: 6589
>
> Modified:
> trunk/common.mak
>
> Log:
> Quote names individually, not the whole list as some shells may
> choke on too long filenames.
The fix is correct, but your comment is wrong. The problem is not too long
filenames. All the names were being quoted as a single string, which is
obviously entirely wrong. With the fix, the filenames are properly separated,
but a very long filename could still cause trouble for some shell. I wouldn't
worry too much about that though.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-cvslog
mailing list