Closed jizots closed 1 year ago
can merge below code: if (status == 1 && node->right != NULL) node = node->right; else if (status == 1) return (end_with_fd_close(&exe, 0));
if multiple valid env_value entry, after second text dose not verify for env_value
✔︎ minishell > ls | test=1 test1=2 minishell: test1=2: command not found
expect
bash-3.2$ ls | test=1 test1=1 (rc->0)
can merge below code: if (status == 1 && node->right != NULL) node = node->right; else if (status == 1) return (end_with_fd_close(&exe, 0));
if multiple valid env_value entry, after second text dose not verify for env_value
expect