*** empty log message ***

svn path=/trunk/boinc/; revision=578
This commit is contained in:
Eric Heien 2002-11-06 19:52:34 +00:00
parent c3cb4504a6
commit c20f54b7f2
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class Project {
}
function start_feeder(){
PassThru("cd $this->project_dir/cgi; feeder -asynch > feeder_out");
PassThru("cd $this->project_dir/cgi; ./feeder -asynch > feeder_out");
}
function start_make_work($work){