You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Tomas Carlsson <to...@gmail.com> on 2008/04/08 00:47:23 UTC

typo in addon/nailgun.rb

line 844:
        is_win = Util.win_os?

should be

        is_win = Buildr::Util.win_os?

/tomas

Re: typo in addon/nailgun.rb

Posted by Victor Hugo Borja <vi...@gmail.com>.
Tomas Carlsson wrote:
> line 844:
>         is_win = Util.win_os?
> should be 
>         is_win = Buildr::Util.win_os?

You're right, Nailgun has its own Util module, and now that we also have 
a common Buildr::Util, we need to be explicit. Fixed in trunk.

-- 
   vic