]> Sergey Matveev's repositories - public-inbox.git/commit
spawnpp: use absolute path for exec
authorEric Wong <e@80x24.org>
Tue, 24 Sep 2019 03:39:03 +0000 (03:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 24 Sep 2019 03:39:03 +0000 (03:39 +0000)
commit4b3e278d9c4e5d1f55c1781aa0a7c9f0453f3852
tree484d489f7bd61d62cd8b394d3d91b81e9077d731
parent55283284757af5f5d8f63fd17d53340e4dea34fb
spawnpp: use absolute path for exec

We support "-env" to clear the environment with spawn(),
which causes test failures but no runtime failures
(since "-env" isn't used anywhere in our real code)

Reported-and-tested-by: Alyssa Ross <hi@alyssa.is>
lib/PublicInbox/SpawnPP.pm