http://bugs.winehq.org/show_bug.cgi?id=17758
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2009-03-15 19:32:17 --- As a quick test, install Python and run
$ wine 'c:\Python30\python' -c 'print(__import__("os").path.exists("/bin/sh"))'
It prints True on Wine if /bin is mapped and False on Windows.