On Tue, 2007-09-25 at 06:19 -0500, Aaron Spike wrote:
Ted Gould wrote:
No, definitely happens on Linux too. I guess the shell must have gotten rid of all those quotes before. Wow. I'll test and commit a fix.
I think Johan added some extra quotes to combat an issue with quoting file paths. But now we certainly have them in too many places. I've been trying to think up a proper fix on the python side, but have been running short of brain cycles. If there is a proper fix on the Inkscape side that would be great. I'm sure there are platform dependant (and shell dependant issues) here so it probably is complicated.
Well, we're not using the shell anymore. So that removes one variable. I'm guessing at this point that Python is looking at '--myvar="bob"' and doing a split on '=' and then returning the right hand side. Do you know if that's true?
--Ted