https://bugs.winehq.org/show_bug.cgi?id=54350
Patrick Hibbs hibbsncc1701@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hibbsncc1701@gmail.com
--- Comment #9 from Patrick Hibbs hibbsncc1701@gmail.com --- Created attachment 78011 --> https://bugs.winehq.org/attachment.cgi?id=78011 Windows 7 where.exe output with relative paths.
(In reply to Fabian Maurer from comment #8)
Possibly a dupe of bug 55282, but where.exe is now implemented. Is this enough?
I would say it isn't. The current version of where.exe in wine doesn't print absolute paths if given a relative path to search with.
E.x. C:> where "foo:bar.txt" should output: C:\foo\bar.txt if that path exists. Currently under wine, it prints only foo\bar.txt which is wrong and will mess up BAT files that expect where.exe to print absolute paths. (Such as build scripts for cl.exe in Visual Studio.)