sh: Fix build with -DDEBUG=2.

Reported by:	Kristof Provost
MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2012-04-02 17:16:24 +00:00
parent fccf286d24
commit b95fca474d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233792

View File

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