The combination of IFS and an unquoted Here String was causing `read` to put both values into the first variable (name).
This commit is contained in:
Reference in New Issue
Block a user
The combination of IFS and an unquoted Here String was causing `read` to put both values into the first variable (name).