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
				
			
		|  | @ -32,7 +32,7 @@ substr() | |||
| 		shift $[ $OPTIND -1 ] | ||||
| 	fi | ||||
| 
 | ||||
| 	if [ "$#" -eq 0 -o "$#" -gt 2 ] ; then | ||||
| 	if [ "$#" -eq 0 ] || [ "$#" -gt 2 ] ; then | ||||
| 		echo "substr: bad argument count" | ||||
| 		return 2 | ||||
| 	fi | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jari Aalto
				Jari Aalto