April 16, 2026
12:53 a.m.
In Unix, directory symlinks interact weirdly with `..`. If `a/b` is a symlink to `x/y`, then `a/b/..` actually points to `x`: `b` and `..` do not cancel each other. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10678#note_136434