From 17b84cf2382e9ad71907f9d8ce1ad2a7d692b6f6 Mon Sep 17 00:00:00 2001 From: jilles Date: Mon, 2 Apr 2012 17:16:24 +0000 Subject: sh: Fix build with -DDEBUG=2. Reported by: Kristof Provost MFC after: 1 week --- bin/sh/jobs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 335d2ca..f6f6618 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; -- cgit v1.1