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

Modified Files:
        buildfink 
Log Message:
Typo fix

Index: buildfink
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/buildfink,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- buildfink   31 Oct 2006 17:50:22 -0000      1.40
+++ buildfink   31 Oct 2006 17:54:04 -0000      1.41
@@ -930,7 +930,7 @@
        removeBuildLocks();
 
        doLog("Restored from checkpoint");
-       @skiplist = @$skiplist;
+       @skiplist = $skiplist ? @$skiplist : ();
        doLog("Building packages");
        buildAll(\%$pkglist);
        doLog("Done building");
@@ -955,7 +955,7 @@
        my(%changes) = @_;
 
        open(CHECKPOINT, ">>", "$rundir/checkpoint");
-       print CHECKPOINT "\$pkglist->{'$_'} = $changes{$_}; " foreach keys 
%changes;
+       print CHECKPOINT "\$pkglist->{$_} = $changes{$_}; " foreach keys 
%changes;
        print CHECKPOINT "\n";
        close CHECKPOINT;
 }


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to