Bash-4.3 patch 39
This commit is contained in:
		
					parent
					
						
							
								af61c5494b
							
						
					
				
			
			
				commit
				
					
						d2744e05f2
					
				
			
		
					 2 changed files with 8 additions and 1 deletions
				
			
		|  | @ -404,6 +404,9 @@ assign_array_var_from_word_list (var, list, flags) | |||
|       (*var->assign_func) (var, l->word->word, i, 0); | ||||
|     else | ||||
|       array_insert (a, i, l->word->word); | ||||
| 
 | ||||
|   VUNSETATTR (var, att_invisible);	/* no longer invisible */ | ||||
| 
 | ||||
|   return var; | ||||
| } | ||||
| 
 | ||||
|  | @ -634,6 +637,10 @@ assign_array_var_from_string (var, value, flags) | |||
| 
 | ||||
|   if (nlist) | ||||
|     dispose_words (nlist); | ||||
| 
 | ||||
|   if (var) | ||||
|     VUNSETATTR (var, att_invisible);	/* no longer invisible */ | ||||
| 
 | ||||
|   return (var); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -25,6 +25,6 @@ | |||
|    regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh | ||||
|    looks for to find the patch level (for the sccs version string). */ | ||||
| 
 | ||||
| #define PATCHLEVEL 38 | ||||
| #define PATCHLEVEL 39 | ||||
| 
 | ||||
| #endif /* _PATCHLEVEL_H_ */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chet Ramey
				Chet Ramey