]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Spawn.pm
spawn: note we do not use absolute paths within our code
[public-inbox.git] / lib / PublicInbox / Spawn.pm
index c5a5c01223a6461b5ff13daf186241178f2f6344..66dce3353e3bd872fad51838a53200bf94f50632 100644 (file)
@@ -144,6 +144,7 @@ unless (defined $vfork_spawn) {
        *public_inbox_fork_exec = *PublicInbox::SpawnPP::public_inbox_fork_exec
 }
 
+# n.b. we never use absolute paths with this
 sub which ($) {
        my ($file) = @_;
        foreach my $p (split(':', $ENV{PATH})) {