issues
search
habvi
/
42_minishell
Re-implemented a simple shell.
4
stars
0
forks
source link
fix error
#270
Closed
ak0327
closed
1 year ago
ak0327
commented
1 year ago
[x] PROCESS_ERROR時のfreeなど
[x] heredoc new_filenameのfreeなど追加 53b2edb
[x] error msg
[x] export, unset, declare 'not a valid identifier' 7c5b0db
[x] status
[x] redirect error -> 1, エラーメッセージの出力を上流側に移動 c02f29e
[x] bug
[x] heredoc expansion後にopenされていなかった cb8127b
[x] refactor
[x] 変数名変更 old/new_fd 53b2edb
[x] resultへの代入をif (func == PROCESS_ERROR)に変更 eadc8ab
[x] 関数分割 ad15974