mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-19 01:31:15 -03:00
Since #6406, read will trim whitespace before the last variable. In this case there is only one variable, and the line looks like M CHANGELOG.md so it does indeed start with whitespace, and the whitespace is quite significant. Fixes #6650. [ci skip]