Browse Source

updated

master
10195501441 3 years ago
parent
commit
3b925902e2
2 changed files with 1 additions and 1 deletions
  1. BIN
      yeeshell
  2. +1
    -1
      yeeshell.c

BIN
yeeshell View File


+ 1
- 1
yeeshell.c View File

@ -287,7 +287,7 @@ int execute(char *cmdline, char **args)
waitpid(prog_2, NULL, 0); waitpid(prog_2, NULL, 0);
return 1; return 1;
} }
return 0;
return 1;
} }
int built_in(char **args) int built_in(char **args)

Loading…
Cancel
Save