Explorar el Código

check_redirect adjustment

master
10195501441 hace 3 años
padre
commit
3869837f09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c Ver fichero

@ -157,7 +157,7 @@ int check_redirect(char **args, char *redirect_filename, char **redirect_args)
if (redirect_flag == 1) /* redirect output */
{
redirect_filename = args[i + 1];
strcpy(redirect_filename, args[i + 1]);
for (j = 0; j < i; j++)
{
redirect_args[j] = args[j];

Cargando…
Cancelar
Guardar