aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c
index 3c19a31..654d1c8 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -64,7 +64,7 @@ exec_args(int c, char **v)
64 64
65 if (cmd == NULL) { 65 if (cmd == NULL) {
66 fprintf(stderr, "%s: command not found\n", v[0]); 66 fprintf(stderr, "%s: command not found\n", v[0]);
67 goto exec_args_end; 67 return;
68 } 68 }
69 69
70 args = cmd->parse_args(c-1, &v[1]); 70 args = cmd->parse_args(c-1, &v[1]);

Generated with cgit - Back to sebastiano.tronto.net