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
				
			
		|  | @ -207,4 +207,16 @@ case "$@" in | |||
| *)	echo bad 4;; | ||||
| esac | ||||
| 
 | ||||
| # tests for special expansion of "$*" and "${array[*]}" when used with other | ||||
| # expansions -- bugs through bash-2.05b | ||||
| ${THIS_SH} ./dollar-star1.sub | ||||
| 
 | ||||
| # tests for expansion of "$@" on rhs of things like ${param:+word}.  Bugs | ||||
| # though bash-2.05b | ||||
| ${THIS_SH} ./dollar-at1.sub | ||||
| 
 | ||||
| # tests for expansion of other variables in double-quoted strings containing | ||||
| # $@.  Bugs through bash-2.05b | ||||
| ${THIS_SH} ./dollar-at2.sub | ||||
| 
 | ||||
| exit 0 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jari Aalto
				Jari Aalto