mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
This commit fixes the handling of spaces in Windows paths. The current mechanism works fine in a path that contains a single space, but fails on a path that contains multiple spaces. With this commit, that is no longer the case. Relates #21921