aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-07-12 18:44:34 +0000
committerMatt Kraai <kraai@debian.org>2001-07-12 18:44:34 +0000
commitab6526c8b3d0d38bec62b181276380c0533a151d (patch)
tree806f7236f64ba35c1e32c60da7e20241c28e463a /shell
parent3e94f729a54d13301d10b2a1c0225a951aaf074a (diff)
downloadbusybox-ab6526c8b3d0d38bec62b181276380c0533a151d.tar.gz
Remove debugging statement.
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: