aboutsummaryrefslogtreecommitdiff
path: root/msh.c
diff options
context:
space:
mode:
Diffstat (limited to 'msh.c')
-rw-r--r--msh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/msh.c b/msh.c
index e85d6ff8f..efba6a1ee 100644
--- a/msh.c
+++ b/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: