Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proper field separator for parsing available CLRs
The list of available CLRers in the `$available` variable are space-separated. So the internal field separator should be set to space instead of comma. Plus a minor fix for empty-checking the `$availableCLR`.
- Loading branch information