Update of /cvsroot/fink/scripts/buildfink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7547

Modified Files:
        buildfink 
Log Message:
Don't die if using 0.24.6 and there are no splitoffs

Index: buildfink
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/buildfink,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- buildfink   25 May 2005 23:39:59 -0000      1.4
+++ buildfink   25 May 2005 23:46:58 -0000      1.5
@@ -407,7 +407,7 @@
 
        # _relatives has been replaced by a real method in
        # Fink CVS.
-       my @relatives = $obj->can("get_relatives") ? $obj->get_relatives() : 
@{$obj->{_relatives}};
+       my @relatives = $obj->can("get_relatives") ? $obj->get_relatives() : 
@{$obj->{_relatives} || []};
        return @relatives;
 }
 



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to