Ensure that getenv("PATH") stays current, since otherwise cmdedit
authorEric Andersen <andersen@codepoet.org>
Fri, 26 Apr 2002 23:40:09 +0000 (23:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 26 Apr 2002 23:40:09 +0000 (23:40 -0000)
commit1c31501b1bacd5d3a2a156dfd6833fe174fff9d1
tree9c1339c37bea59728464b9372e80d37554185f9c
parent416340642df18d92600998566ccb1bec25b10d4b
Ensure that getenv("PATH") stays current, since otherwise cmdedit
(which calls getenv("PATH")) would not operate upon the current
PATH settings, which was really quite iritating.
 -Erik
shell/ash.c
shell/msh.c