shell should call the new setup_path() to setup $PATH
commite8f5d87056093f40a271f89c2c91d1a7025e2440
authorScott R Parish <srp@srparish.net>
Sat, 27 Oct 2007 08:36:55 +0000 (27 01:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 03:51:37 +0000 (29 20:51 -0700)
tree68de0fb7585af8fc591f36204b6301c31bf5c511
parent1eb056905a2956ca9fabd2edcce05c0a29ce64b1
shell should call the new setup_path() to setup $PATH

Shell currently does its own manual thing for setting up the $PATH;
it can now call setup_path().

Signed-off-by: Scott R Parish <srp@srparish.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
shell.c