diff --git a/yeeshell b/yeeshell index 4c3ecb1..2439598 100755 Binary files a/yeeshell and b/yeeshell differ diff --git a/yeeshell.c b/yeeshell.c index 408f54e..4d01ec5 100644 --- a/yeeshell.c +++ b/yeeshell.c @@ -287,7 +287,7 @@ int execute(char *cmdline, char **args) waitpid(prog_2, NULL, 0); return 1; } - return 0; + return 1; } int built_in(char **args)