aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/msh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c
index e85d6ff8f..efba6a1ee 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -2867,7 +2867,6 @@ char *c, **v, **envp;
for (i = 0; (*tp++ = c[i++]) != '\0';)
;
- fprintf(stderr, "calling exec\n");
execve(e.linep, v, envp);
switch (errno) {
case ENOEXEC: