don't whine if all we need to do is remove a bg job
This commit is contained in:
		
							
								
								
									
										3
									
								
								lash.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								lash.c
									
									
									
									
									
								
							| @@ -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)"); | ||||
| 	} | ||||
|  | ||||
| 	return EXIT_SUCCESS; | ||||
|   | ||||
| @@ -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)"); | ||||
| 	} | ||||
|  | ||||
| 	return EXIT_SUCCESS; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user