Bash-4.1 distribution source
This commit is contained in:
		
					parent
					
						
							
								89a92869e5
							
						
					
				
			
			
				commit
				
					
						0001803f0b
					
				
			
		
					 252 changed files with 51563 additions and 37176 deletions
				
			
		|  | @ -12,6 +12,8 @@ unset fluff[foo] | |||
| declare -p fluff | ||||
| 
 | ||||
| fluff[bar]=newval | ||||
| declare fluff[qux]=assigned | ||||
| 
 | ||||
| declare -p fluff | ||||
| 
 | ||||
| unset fluff | ||||
|  | @ -164,6 +166,13 @@ zecho "${xpath[@]/\//\\}" | |||
| zecho "${xpath[@]//\//\\}" | ||||
| zecho "${xpath[@]//[\/]/\\}" | ||||
| 
 | ||||
| # test assignment to key "0" | ||||
| unset T | ||||
| declare -A T | ||||
| T='([a]=1)' | ||||
| echo "${T[@]}" | ||||
| unset T | ||||
| 
 | ||||
| ${THIS_SH} ./assoc1.sub | ||||
| 
 | ||||
| ${THIS_SH} ./assoc2.sub | ||||
|  | @ -171,3 +180,7 @@ ${THIS_SH} ./assoc2.sub | |||
| ${THIS_SH} ./assoc3.sub | ||||
| 
 | ||||
| ${THIS_SH} ./assoc4.sub | ||||
| 
 | ||||
| ${THIS_SH} ./assoc5.sub | ||||
| 
 | ||||
| ${THIS_SH} ./assoc6.sub | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chet Ramey
				Chet Ramey