-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Minishell/src/utils_vertical_split.c
Lines 70 to 81 in 3b27712
| if (is_whitespace(line[0])) | |
| i = skip_white_space(line, i, &previous); | |
| if (line[i] == 34 || line[i] == 39) | |
| i = skip_quotes(line, i, line[i]); | |
| if (line[i] == '|' || !line[i + 1]) | |
| { | |
| if (!line[i + 1]) | |
| i++; | |
| make_vertical(&(*chunks)[deep], line, &i, &previous); | |
| deep++; | |
| } | |
| i++; |
>> abee
ee : command not found
라고 나오는 데 위쪽에서 vertical split에서 문제 있는 것 같네요
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels