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;
2867 for (i = 0; (*tp++ = c[i++]) != '\0';) 2867 for (i = 0; (*tp++ = c[i++]) != '\0';)
2868 ; 2868 ;
2869 2869
2870 fprintf(stderr, "calling exec\n");
2871 execve(e.linep, v, envp); 2870 execve(e.linep, v, envp);
2872 switch (errno) { 2871 switch (errno) {
2873 case ENOEXEC: 2872 case ENOEXEC: