Set status to 1 on parse errors

darcs-hash:20051207130209-ac50b-f1431d395bf741bb4c8f99ed64ed8ccc53a960a3.gz
This commit is contained in:
axel 2005-12-07 23:02:09 +10:00
parent acde745e34
commit 479696a8ec

View File

@ -1883,9 +1883,11 @@ static void eval_job( tokenizer *tok )
else
{
/*
This job could not be properly parsed. We free it instead.
This job could not be properly parsed. We free it instead, and set the status to 1.
*/
job_free( j );
proc_set_last_status( 1 );
}
current_block->job = 0;
break;