]> Sergey Matveev's repositories - public-inbox.git/commit
lei up: fix env/cwd mismatches with multiple folders
authorEric Wong <e@80x24.org>
Tue, 14 Sep 2021 02:39:05 +0000 (02:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 Sep 2021 02:56:55 +0000 (02:56 +0000)
commit579b86459f0dfbb4f4c0056894c882e409a9897d
treeed446323e2579ecdeb7b40dcbf6c8462de948e7f
parent8d914f55a254be8a30ab24b5beda4e4202aa1230
lei up: fix env/cwd mismatches with multiple folders

By moving %ENV localization and fchdir into ->dispatch,
we can maintain a consistent environment across multiple
dispatches while having different clients.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiUp.pm