Imported from ../bash-3.0.tar.gz.
This commit is contained in:
		
					parent
					
						
							
								7117c2d221
							
						
					
				
			
			
				commit
				
					
						b80f6443b6
					
				
			
		
					 400 changed files with 69247 additions and 13346 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,7 @@ function check_exit_status ()
 | 
			
		|||
 local status="$?"
 | 
			
		||||
 local signal=""
 | 
			
		||||
 | 
			
		||||
    if [ ${status} -ne 0 -a ${status} != 128 ]; then
 | 
			
		||||
    if [ ${status} -ne 0 ] && [ ${status} != 128 ]; then
 | 
			
		||||
       # If process exited by a signal, determine name of signal.
 | 
			
		||||
       if [ ${status} -gt 128 ]; then
 | 
			
		||||
          signal="$(builtin kill -l $((${status} - 128)) 2>/dev/null)"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue