Changed parse_path_string() to make sure that get_wd is called so that
authorMark Friedman <edu/mit/csail/zurich/markf>
Tue, 8 Oct 1991 21:42:37 +0000 (21:42 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Tue, 8 Oct 1991 21:42:37 +0000 (21:42 +0000)
commit7485aa5b1d2fa32a3b153e874abeaf846cda344f
tree25c079e89d3c9e21487b2a9583ae1935619372d6
parentfddb4314e942767ea16877d0ffd106c527fed3e0
Changed parse_path_string() to make sure that get_wd is called so that
the unix getcwd is called now, before it allocates heap space. This is
because getcwd forks off a new process and we want to do that before
the scheme process gets too big.
v7/src/microcode/option.c