On Mon, Sep 29, 2008 at 1:00 PM, Turpin, Jay <[EMAIL PROTECTED]> wrote:
> Jim,
>
> That's much cleaner - I fixed a minor typo in the example you sent and tested
> on my machine. Seems to work fine. Any idea when we'll see a new gem with the
> fix in it?
>
> def perform_variable_expansion(cmd)
> cmd.gsub!(/%([A-Za-z_]+)%/) { |k| ENV[$1] || k }
> end
>
> Thanks for the help!
>
I just forked rake and added several fixed in windows branch
http://github.com/luislavena/rake/tree/windows
But this patch didn't make into the master repo.
Jim: should we try it and let you know?
--
Luis Lavena
AREA 17
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel