projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aef3a6
)
ash patch: fgcmd-diff
author
Aaron Lehmann
<aaronl@vitelius.com>
Mon, 31 Dec 2001 06:07:57 +0000
(06:07 -0000)
committer
Aaron Lehmann
<aaronl@vitelius.com>
Mon, 31 Dec 2001 06:07:57 +0000
(06:07 -0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index f2fd6572826a71105976c659657799028a2b3b8b..24f1c34a30a9b101f393fd2d060971007212886e 100644
(file)
--- 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.4
1 2001/12/31 06:03:12
aaronl Exp $
+ * $Id: ash.c,v 1.4
2 2001/12/31 06:07:57
aaronl Exp $
*/
static int timescmd (int argc, char **argv)
{