Ver a proveniência

check_redirect adjustment

master
10195501441 há 3 anos
ascendente
cometimento
243438da27
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c Ver ficheiro

@ -169,7 +169,7 @@ int check_redirect(char **args, char *redirect_filename, char **redirect_args)
i++;
while (args[i] != NULL)
{
redirect_args[j++] = args[i++]);
redirect_args[j++] = args[i++];
}
}
return redirect_flag;

Carregando…
Cancelar
Guardar