Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad math expression error when IFS doesn't contain space
When the previous prompt contains highlight and IFS doesn't contain space, calling filter-select results in the following error: filter-select:136: bad math expression: operator expected at `14 fg=blue...' This is fixed by specifying the delimiter for the read command.
- Loading branch information