http://bugs.winehq.org/show_bug.cgi?id=58507
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Stian Low wineryyyyy@gmail.com --- (In reply to Alexandre Julliard from comment #2)
It sounds like *.exe was expanded by the shell because you have an exe in that directory. You'd need to quote the pattern, as find helpfully suggested.
Thanks Julliard. You are correct. Somehow I missed that it does indeed work for wine cmd by quoting "*.exe"
It doesn't work for emacs eshell however but that is not unusual for eshell since it does an extra layer of expansion.
I'll consider the wide side of the issue resolved and fix the remaining issues on emacs side.