diff options
author | Matt Kraai <kraai@debian.org> | 2001-07-12 18:44:34 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-07-12 18:44:34 +0000 |
commit | ab6526c8b3d0d38bec62b181276380c0533a151d (patch) | |
tree | 806f7236f64ba35c1e32c60da7e20241c28e463a /shell/msh.c | |
parent | 3e94f729a54d13301d10b2a1c0225a951aaf074a (diff) |
Remove debugging statement.
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 1 |
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: |