With win7+babun(cygwin), I got an error during terminal init (bashrc script). PATH variable is broken because of special characters in it : space; parens.
__perlbrew_set_path:export:2: not valid in this context: (x86)/UpdatEngine
In my case, because of the "Program Files (x86)" and "UpdatEngine client" folders.
It seems the issue can be resolved with some double-quotes.
With win7+babun(cygwin), I got an error during terminal init (bashrc script). PATH variable is broken because of special characters in it : space; parens.
In my case, because of the "Program Files (x86)" and "UpdatEngine client" folders.
It seems the issue can be resolved with some double-quotes.
I hope this will help.