summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.c
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1999-04-21 11:52:39 +0000
committercracauer <cracauer@FreeBSD.org>1999-04-21 11:52:39 +0000
commitda2b842fad6cd6feb408c139a13b6da10a8ffbc5 (patch)
tree84a311efb1fdc9d20cd0218f25bee08ff1aa36e0 /bin/sh/expand.c
parentd9c00667012aae534fe05e09eeff108a46bf3307 (diff)
downloadFreeBSD-src-da2b842fad6cd6feb408c139a13b6da10a8ffbc5.zip
FreeBSD-src-da2b842fad6cd6feb408c139a13b6da10a8ffbc5.tar.gz
Next approach to make loops in interactive interruptable.
PR: bin/9173
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r--bin/sh/expand.c4
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",
OpenPOWER on IntegriCloud