[Rake-devel] Rake::Win32.rake_system
Luis Lavena
luislavena at gmail.com
Thu Oct 23 17:47:23 EDT 2008
On Mon, Sep 29, 2008 at 1:00 PM, Turpin, Jay <jay.turpin at intel.com> 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
More information about the Rake-devel
mailing list