.stowrc ignores white-space

Douglas Rhine <[email protected]> Tue, 13 Jul 2021 14:42:12 +0100
Newsgroups gmane.comp.gnu.stow.bugs
Message-ID <VI1PR0402MB36148101DB144647496178A8C4149@VI1PR0402MB3614.eurprd04.prod.outlook.com>
Bug: Stow ignores white-space in .stowrc --target option, even when escaped or quoted

Version: 2.3.1

Reproduce:
Any of the following lines in .stowrc:
---

--target='/media/foo bar'
--target=/media/foo\ bar
--target='/media/foo\ bar'
--target="/media/foo bar"
--target="/media/foo\ bar"

---