bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible bug in Variable.pm (Mailing to proper address)


From: Ray Simard
Subject: Possible bug in Variable.pm (Mailing to proper address)
Date: Sat, 26 Jun 2004 21:32:42 -0700
User-agent: Mozilla Thunderbird 0.5+ (X11/20040212)

Hello!

I saw something in the Automake Variable.pm code that looks like a bug. Here
it is in unified-diff form.

=====================================================
--- Variable.pm 2004-06-26 21:09:40.000000000 -0700
+++ Variable.pm 2004-06-26 21:10:03.000000000 -0700
@@ -789,7 +789,7 @@
 my ($var, $owner, $type, $cond, $value, $comment, $where, $pretty) = @_;

 prog_error "$cond is not a reference"
-    unless ref $where;
+    unless ref $cond;

 prog_error "$where is not a reference"
   unless ref $where;
======================================================

HTH.

Regards,
Ray Simard
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]