git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* setup_path()
@ 2008-02-13 12:49 David Miller
  2008-02-13 20:00 ` setup_path() Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2008-02-13 12:49 UTC (permalink / raw)
  To: git


Shouldn't stand-alone programs other than git.c itself also call
setup_path()?

I have a problem where if I only install git into my own home
directory ~/bin, I can't send pull requests over SSH to that machine
successfully because the execvp() of "pack-objects" by git-upload-pack
fails due to the PATH not containing "git --exec-dir"

If I add a dummy setup_path(NULL) call to upload-pack.c, it works
fine.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-14  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 12:49 setup_path() David Miller
2008-02-13 20:00 ` setup_path() Junio C Hamano
2008-02-14  1:54   ` setup_path() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).