Bash-4.3 patch 19
This commit is contained in:
		
					parent
					
						
							
								35751626ee
							
						
					
				
			
			
				commit
				
					
						9b86eb22c4
					
				
			
		
					 3 changed files with 15 additions and 2 deletions
				
			
		|  | @ -534,8 +534,16 @@ rl_getc (stream) | |||
| 	return (RL_ISSTATE (RL_STATE_READCMD) ? READERR : EOF); | ||||
|       else if (_rl_caught_signal == SIGHUP || _rl_caught_signal == SIGTERM) | ||||
| 	return (RL_ISSTATE (RL_STATE_READCMD) ? READERR : EOF); | ||||
|       /* keyboard-generated signals of interest */ | ||||
|       else if (_rl_caught_signal == SIGINT || _rl_caught_signal == SIGQUIT) | ||||
|         RL_CHECK_SIGNALS (); | ||||
|       /* non-keyboard-generated signals of interest */ | ||||
|       else if (_rl_caught_signal == SIGALRM | ||||
| #if defined (SIGVTALRM) | ||||
| 		|| _rl_caught_signal == SIGVTALRM | ||||
| #endif | ||||
| 	      ) | ||||
|         RL_CHECK_SIGNALS (); | ||||
| 
 | ||||
|       if (rl_signal_event_hook) | ||||
| 	(*rl_signal_event_hook) (); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chet Ramey
				Chet Ramey