Bash-4.4 patch 10
This commit is contained in:
		
					parent
					
						
							
								e59fb114e9
							
						
					
				
			
			
				commit
				
					
						5b9762d6f0
					
				
			
		
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -181,7 +181,8 @@ read_builtin (list)
 | 
				
			||||||
     WORD_LIST *list;
 | 
					     WORD_LIST *list;
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  register char *varname;
 | 
					  register char *varname;
 | 
				
			||||||
  int size, i, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
 | 
					  int size, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
 | 
				
			||||||
 | 
					  volatile int i;
 | 
				
			||||||
  int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul;
 | 
					  int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul;
 | 
				
			||||||
  int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno;
 | 
					  int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno;
 | 
				
			||||||
  unsigned int tmsec, tmusec;
 | 
					  unsigned int tmsec, tmusec;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,6 +25,6 @@
 | 
				
			||||||
   regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
 | 
					   regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
 | 
				
			||||||
   looks for to find the patch level (for the sccs version string). */
 | 
					   looks for to find the patch level (for the sccs version string). */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PATCHLEVEL 9
 | 
					#define PATCHLEVEL 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* _PATCHLEVEL_H_ */
 | 
					#endif /* _PATCHLEVEL_H_ */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue