hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Incorrect results for `...inter.../` from pathmatch work tree #26

Open hollasch opened 6 years ago

hollasch commented 6 years ago

This yields the following output:

out\Debug\intermediate
out\Debug\intermediate\pathmatch.tlog
out\Release\intermediate
out\Release\intermediate\pathmatch.tlog

though the *.tlog entries are files, in spite of the trailing slash in the pattern.