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

Modified Files:
        buildfink 
Log Message:
Don't try to getRelatives on a nonexistant package

Index: buildfink
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/buildfink,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- buildfink   25 May 2005 23:46:58 -0000      1.5
+++ buildfink   25 May 2005 23:56:50 -0000      1.6
@@ -403,7 +403,7 @@
 
 # Get split-offs of a package
 sub getRelatives {
-       my $obj = shift;
+       my $obj = shift or return;
 
        # _relatives has been replaced by a real method in
        # Fink CVS.



-------------------------------------------------------
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