diff options
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r-- | bin/sh/expand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 074b32a..67a9c8b 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #endif static const char rcsid[] = - "$Id: expand.c,v 1.25 1999/04/09 15:23:48 tegge Exp $"; + "$Id: expand.c,v 1.26 1999/04/13 04:13:09 tegge Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -493,7 +493,7 @@ expbackq(cmd, quoted, flag) if (in.buf) ckfree(in.buf); if (in.jp) - exitstatus = waitforjob(in.jp); + exitstatus = waitforjob(in.jp, (int *)NULL); if (quoted == 0) recordregion(startloc, dest - stackblock(), 0); TRACE(("evalbackq: size=%d: \"%.*s\"\n", |