Remove debugging statement.

This commit is contained in:
Matt Kraai 2001-07-12 18:44:34 +00:00
parent 3e94f729a5
commit ab6526c8b3
2 changed files with 0 additions and 2 deletions

1
msh.c
View File

@ -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:

View File

@ -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: