Initial flailing around trying to adopt new parser for actual execution

This commit is contained in:
ridiculousfish
2013-12-20 14:37:40 -08:00
parent 384987cd5b
commit 739e529416
4 changed files with 453 additions and 9 deletions

View File

@@ -515,7 +515,7 @@ static void handle_child_status(pid_t pid, int status)
process_t::process_t() :
argv_array(),
argv0_narrow(),
type(0),
type(),
actual_cmd(),
pid(0),
pipe_write_fd(0),