Author: vedge
Date: 2008-10-05 01:35:22 -0300 (Sun, 05 Oct 2008)
New Revision: 736

Modified:
   trunk/BSDBuild/Core.pm
Log:
fix code in TryCompile()


Modified: trunk/BSDBuild/Core.pm
===================================================================
--- trunk/BSDBuild/Core.pm      2008-10-05 03:58:31 UTC (rev 735)
+++ trunk/BSDBuild/Core.pm      2008-10-05 04:35:22 UTC (rev 736)
@@ -281,7 +281,7 @@
 
 sub TryCompile
 {
-       my $define = shift;
+       my ($define, $code) = @_;
 
        print << "EOF";
 MK_CACHED="No"

_______________________________________________
BSDBuild-Commits mailing list
[email protected]
http://mail231.csoft.net/mailman/listinfo/bsdbuild-commits

Reply via email to