On Fri, Jul 08, 2005 at 05:08:21PM +0200, Carl Furstenberg wrote:
> I think it's just to do this, probably a type from someone.
> 
> --- rubber-0.99.8-orig/src/modules/verbatim.py  2004-07-25 16:37:24.000000000 
> +0200
> +++ rubber-0.99.8/src/modules/verbatim.py       2005-07-08 17:00:49.000000000 
> +0200
> @@ -17,6 +17,6 @@
>                 if not dict["arg"]:
>                         return 0
>                 file = dict["arg"]
> -               if file.find("\\") < 0 and name.find("#") < 0:
> +               if file.find("\\") < 0 and file.find("#") < 0:
>                         self.env.sources[file] = DependLeaf([file], 
> self.env.msg,
>                                 dict["pos"])

Thanks for the patch.
Actually, it had already been reported and fixed (for the next release, which
should be out in the next few days).

-- 
Emmanuel Beffara


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to