aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authoraaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-31 06:07:57 +0000
committeraaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-31 06:07:57 +0000
commitc993782df50a3e0e1bef6da03daeb16980773f69 (patch)
tree6cd99580a2def7ca7f44cf35ae34204279745ddc /shell
parent15d7a32f34bfe9036d9a5cc9b2546ee10a81ebfb (diff)
downloadbusybox-w32-c993782df50a3e0e1bef6da03daeb16980773f69.tar.gz
busybox-w32-c993782df50a3e0e1bef6da03daeb16980773f69.tar.bz2
busybox-w32-c993782df50a3e0e1bef6da03daeb16980773f69.zip
ash patch: fgcmd-diff
git-svn-id: svn://busybox.net/trunk/busybox@3969 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)
6306 tcsetpgrp(2, pgrp); 6306 tcsetpgrp(2, pgrp);
6307#endif 6307#endif
6308 restartjob(jp); 6308 restartjob(jp);
6309 INTOFF;
6310 status = waitforjob(jp); 6309 status = waitforjob(jp);
6311 INTON;
6312 return status; 6310 return status;
6313} 6311}
6314 6312
@@ -12481,7 +12479,7 @@ findvar(struct var **vpp, const char *name)
12481/* 12479/*
12482 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12480 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12483 * This file contains code for the times builtin. 12481 * This file contains code for the times builtin.
12484 * $Id: ash.c,v 1.41 2001/12/31 06:03:12 aaronl Exp $ 12482 * $Id: ash.c,v 1.42 2001/12/31 06:07:57 aaronl Exp $
12485 */ 12483 */
12486static int timescmd (int argc, char **argv) 12484static int timescmd (int argc, char **argv)
12487{ 12485{