]> Sergey Matveev's repositories - public-inbox.git/commit
lei: set PWD correctly for path expansion
authorEric Wong <e@80x24.org>
Wed, 27 Jan 2021 09:42:25 +0000 (03:42 -0600)
committerEric Wong <e@80x24.org>
Fri, 29 Jan 2021 05:04:40 +0000 (05:04 +0000)
commitd00d6b8e196f897b02266228f8429eea12fb8e01
tree00d9040fd6836b3196b564ea8ea1b3e7744bbf4e
parent73084730ff8eba68349c062014ebc49ed6e38361
lei: set PWD correctly for path expansion

While commit d1b9582872d1824f166a038dcf32b6ae8c6dc735
("lei: pass FD to CWD via cmsg, use fchdir on server")
ensured things work properly to get the daemon in the
right directory, it forgot to deal with places where
we expand relative paths based on the current working
directory.
lib/PublicInbox/LEI.pm