diff options
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ int sh_simple_command(struct simple_command *c) fprintf(stderr, "sh: %s: %s\n", path, strerror(errno)); exit(1); } - free(path); if (pid < 0) { perror("sh"); |