[Bug 47766] New: PathAllocCanonicalize treats path segments start with dots wrong.

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 15 10:51:21 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47766

            Bug ID: 47766
           Summary: PathAllocCanonicalize treats path segments start with
                    dots wrong.
           Product: Wine
           Version: 4.16
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernelbase
          Assignee: wine-bugs at winehq.org
          Reporter: zzhang at codeweavers.com
      Distribution: ---

This bug was reported on wine-devel mail list by Sebastian M. Ernst
<ernst at pleiszenburg.de>

user at comp:/path/other> WINEDEBUG=-all PYTHONHOME="z:\\path\\.to\\target"
wine /path/.to/target/python.exe -c "import sys; print(sys.executable)"
Z:\pathto\target\python.exe

PYTHONHOME="z:\\path\\..to\\target" wine /path/..to/target/python.exe -c
"import sys; print(sys.executable)"
Z:\to\target\python.exe

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list