Re: [Tuxpaint-devel] savedir option bug
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2008-10-08 19:47:32
|
On Wed, Oct 08, 2008 at 11:42:42AM -0700, Bill Kendrick wrote: > I'm reminded of the 'wordexp()' patch, which I suppose I should apply, just > to get the ball rolling for Linux. I've implemented this on Linux. I need to also implement it for printcommand and altprintcommand, I think. Just throwing the string at wordexp() doesn't cut it, though... I need to parse it on a per-arg-basis (i.e., split it based on whitespace, wordexp() each word, and wrap it back together). Or am I overthinking this? -- -bill! "Tux Paint" - free children's drawing software for Windows / Mac OS X / Linux! Download it today! http://www.tuxpaint.org/ |