﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
444	"It seems impossible to specify for mondo a path to include with ""-I"" CLI option if name contains spaces"	Talamona Francesco	Bruno Cornec	"From a recent thread on the mailing list:

The command line option ""-I"" doesn't know how to handle spaces in folder names:

I can back up a folder if I'm in it:

{{{
cd /home/alex/Spass\ und\ Hobby/Musik
mondoarchive -Oi -I .  -d /tmp
}}}

this command works, but is unclear how to pass the include path, mondo claims that cannot find the folder to include if I try to specify the folder explicitly

I use a simple script to run mondoarchive, so I did some more testing 
with the syntax used (and proven to be correct) there:

{{{
INCLDIR=""/home/alex/Spass\ und\ Hobby/Musik""
mondoarchive -Oi -I ""${INCLDIR}"" -d /tmp
}}}

doesn't work, but

{{{
mondoarchive -Oi -I /home/alex/ -E ""${INCLDIR}"" -d /tmp
}}}

works. So the same syntax that's ok for the -E switch isn't accepted for -I

As a side note it's interesting that -I """"/home/alex/Spass und Hobby/Musik"""" and  -I 
''/home/alex/Spass und Hobby/Musik'' both give a segmentation fault.

Mondo version used for testing: 2.2.9.4.1"	defect	closed	normal	2.2.9.5	mondo	2.2.9.4	normal	fixed		
