Modified test-build to accept comma separated versions
[skip ci]
This commit is contained in:
		
							parent
							
								
									a1f30ea9b6
								
							
						
					
					
						commit
						6888da3189
					
				|  | @ -37,7 +37,7 @@ function build () { | ||||||
| 
 | 
 | ||||||
| cd "$(cd "${0%/*}" && pwd -P)" || exit; | cd "$(cd "${0%/*}" && pwd -P)" || exit; | ||||||
| 
 | 
 | ||||||
| IFS=' ' read -ra versions <<< "$(get_versions . "$@")" | IFS=' ' read -ra versions <<< "$(IFS=','; get_versions . "$1")" | ||||||
| if [ ${#versions[@]} -eq 0 ]; then | if [ ${#versions[@]} -eq 0 ]; then | ||||||
|   fatal "No valid versions found!" |   fatal "No valid versions found!" | ||||||
| fi | fi | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue