oops
This commit is contained in:
parent
b188c4c6ac
commit
a2f5656b15
@ -44,7 +44,7 @@ char *expander_parse_string(char *s, t_minishell *minishell)
|
|||||||
if (s[i] == '$' && s[i + 1])
|
if (s[i] == '$' && s[i + 1])
|
||||||
{
|
{
|
||||||
i++;
|
i++;
|
||||||
i += expander_expand_dollar(s, string, &j, current);
|
i += expander_expand_dollar(s + i, string, &j, current);
|
||||||
if (current)
|
if (current)
|
||||||
current = current->next;
|
current = current->next;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user