Explorar el Código

amended check_redirect

master
10195501441 hace 3 años
padre
commit
82a29c1b7d
Se han modificado 3 ficheros con 4 adiciones y 1 borrados
  1. +0
    -0
      result.txt
  2. BIN
      yeeshell
  3. +4
    -1
      yeeshell.c

+ 0
- 0
result.txt Ver fichero


BIN
yeeshell Ver fichero


+ 4
- 1
yeeshell.c Ver fichero

@ -227,6 +227,10 @@ int execute(char *cmdline, char **args)
free(redirect_args);
exit(0);
}
if ((redirect_flag == 1) || (redirect_flag == 2))
{
close(fd);
}
}
else
{
@ -251,7 +255,6 @@ int execute(char *cmdline, char **args)
}
}
}
close(fd);
return 1;
}

Cargando…
Cancelar
Guardar