Ver código fonte

amended check_redirect

master
10195501441 3 anos atrás
pai
commit
82a29c1b7d
3 arquivos alterados com 4 adições e 1 exclusões
  1. +0
    -0
      result.txt
  2. BIN
      yeeshell
  3. +4
    -1
      yeeshell.c

+ 0
- 0
result.txt Ver arquivo


BIN
yeeshell Ver arquivo


+ 4
- 1
yeeshell.c Ver arquivo

@ -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;
}

Carregando…
Cancelar
Salvar