aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2001-12-31 06:07:57 +0000
committerAaron Lehmann <aaronl@vitelius.com>2001-12-31 06:07:57 +0000
commiteec2bbb9bf026da532244c83a5c9671e20c62c3c (patch)
tree6cd99580a2def7ca7f44cf35ae34204279745ddc /shell
parent2aef3a6bb9a0c3aa29902dae2fce58df261ae455 (diff)
downloadbusybox-eec2bbb9bf026da532244c83a5c9671e20c62c3c.tar.gz
ash patch: fgcmd-diff
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c
index f2fd65728..24f1c34a3 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -6306,9 +6306,7 @@ fgcmd(int argc, char **argv)
tcsetpgrp(2, pgrp);
#endif
restartjob(jp);
- INTOFF;
status = waitforjob(jp);
- INTON;
return status;
}
@@ -12481,7 +12479,7 @@ findvar(struct var **vpp, const char *name)
/*
* Copyright (c) 1999 Herbert Xu <herbert@debian.org>
* This file contains code for the times builtin.
- * $Id: ash.c,v 1.41 2001/12/31 06:03:12 aaronl Exp $
+ * $Id: ash.c,v 1.42 2001/12/31 06:07:57 aaronl Exp $
*/
static int timescmd (int argc, char **argv)
{