cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.89k stars 726 forks source link

Globber exception when using a path with a dollar sign #1459

Open jnm2 opened 7 years ago

jnm2 commented 7 years ago

Same drill as https://github.com/cake-build/cake/issues/1323

osnoser1 commented 7 years ago

Not only with dollar sign, but also with many special characters.

What version of Cake are you using?

Version 0.17

What environment are you running on? Windows? Linux? Mac?

Windows 10

Are you running on a CI Server? If so, which one?

Local (Windows)

How Did You Get This To Happen? (Steps to Reproduce)

Create a directory with a [á|é|í|ó|ú] in the Directory Name

Bad output log

bad

Good output log (symbolic link)

good

osnoser1 commented 7 years ago

@devlead