@@ -319,8 +319,9 @@ static int builtin_fg_bg(struct child_prog *child)
if((i=kill(-job->pgrp,SIGCONT))<0){
if(i==ESRCH){
remove_job(&job_list,job);
}else{
perror_msg("kill (SIGCONT)");
}
perror_msg("kill (SIGCONT)");
}
returnEXIT_SUCCESS;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.