iijung / minishell

간단한 bash 쉘 구현
0 stars 1 forks source link

fix: fix subshell node way #71

Closed CodyKat closed 1 year ago

CodyKat commented 1 year ago

in _subshell...

as-is

pipex = new_pipex(table, right);

be-to

pipex = new_pipex(table, left);