aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2012-04-02 17:16:24 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2012-04-02 17:16:24 +0000
commitb95fca474ddadf71ac8aad3888cff6e1cd000a96 (patch)
tree5cf34e4ec101c4a446407cc3b51779877263102b /bin/sh/jobs.c
parentfccf286d24c3ac78c6f52e9a7f134d26ad487390 (diff)
downloadsrc-b95fca474ddadf71ac8aad3888cff6e1cd000a96.tar.gz
src-b95fca474ddadf71ac8aad3888cff6e1cd000a96.zip
Notes
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 335d2caf80c6..f6f66182473f 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -893,8 +893,8 @@ vforkexecshell(struct job *jp, char **argv, char **envp, const char *path, int i
struct jmploc jmploc;
struct jmploc *savehandler;
- TRACE(("vforkexecshell(%%%td, %p, %d) called\n", jp - jobtab, (void *)n,
- mode));
+ TRACE(("vforkexecshell(%%%td, %s, %p) called\n", jp - jobtab, argv[0],
+ (void *)pip));
INTOFF;
flushall();
savehandler = handler;