mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
Remove finsihed jobs after events
darcs-hash:20051009115309-ac50b-cc4526f26b7de8ef1e41c338ea653088b0ee2471.gz
This commit is contained in:
4
parser.c
4
parser.c
@@ -1824,9 +1824,7 @@ static void eval_job( tokenizer *tok )
|
||||
}
|
||||
}
|
||||
|
||||
if(( is_subshell || is_block || !is_interactive) && (!is_event))
|
||||
job_do_notification();
|
||||
// debug( 2, L"end eval_job()\n" );
|
||||
// debug( 2, L"end eval_job()\n" );
|
||||
}
|
||||
|
||||
int eval( const wchar_t *cmd, io_data_t *io, int block_type )
|
||||
|
||||
Reference in New Issue
Block a user