Explorar el Código

:sparkles: Gestion arriere plans

Loquicom hace 6 años
padre
commit
8f2ed1d7b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mysh.c

+ 1 - 1
mysh.c

@@ -190,7 +190,7 @@ int run(CommandTab ct){
     int result = 0;
     //Si en fond creation d'un fork pour executer les commandes
     printf("bck : %d\n", ct.bck);
-    if(ct.bck && false/*ToDo - Test plus tard*/){
+    if(ct.bck){
         pid = fork();
         if(pid == ERR){
             addperror("Erreur lors du fork pour l'execution des commandes");