Minor tweaks to previous fish_pager patch to fix two bugs

darcs-hash:20060822135815-ac50b-35d9f643385ec29f9d8f93ca83d01e060de93cc7.gz
This commit is contained in:
axel
2006-08-22 23:58:15 +10:00
parent dfe3dc1429
commit 480a29594e
4 changed files with 19 additions and 27 deletions

2
exec.c
View File

@@ -1055,8 +1055,6 @@ void exec( job_t *j )
case INTERNAL_BUFFER:
{
debug( 0, L"fork internal buffer" );
pid = fork();
if( pid == 0 )