Maarten ter Huurne <[EMAIL PROTECTED]> writes:

> It treats any whitespace in the exclusion file as a separator, which means 
> means it's impossible to exclude a file or directory that contains a space 
> in its name. I don't think any Debian package uses spaces in file names, so 
> I guess this is not a problem.

To work around your problem you can use something like (untested):

while read line
do
        ...
done < EXCLUDE

It should work fine.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: [EMAIL PROTECTED]      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."

_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to