win_find - fix glob like paths (#54005)

This commit is contained in:
Jordan Borean
2019-03-19 10:30:11 +10:00
committed by GitHub
parent c053bc1fc7
commit 8a4079ddbf
6 changed files with 98 additions and 76 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- win_find - Fix issues when using paths with glob like characters, e.g. ``[``, ``]``
- win_find - Ensure found files are sorted alphabetically by the path instead of it being random