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:
3cac0c7
)
Fix some goofy formatting
author
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Mar 2004 22:08:42 +0000
(22:08 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Mar 2004 22:08:42 +0000
(22:08 -0000)
shell/lash.c
patch
|
blob
|
history
diff --git
a/shell/lash.c
b/shell/lash.c
index 30cbe416e8ee69db687e183ba54b3da367d8f5d5..e4b1b129fbe299f7b5e24d89828b32371a6c119d 100644
(file)
--- a/
shell/lash.c
+++ b/
shell/lash.c
@@
-1458,10
+1458,9
@@
static int busy_loop(FILE * input)
int inbg;
int status;
#ifdef CONFIG_LASH_JOB_CONTROL
- pid_t parent_pgrp;
-
- /* save current owner of TTY so we can restore it on exit */
- parent_pgrp = tcgetpgrp(shell_terminal);
+ pid_t parent_pgrp;
+ /* save current owner of TTY so we can restore it on exit */
+ parent_pgrp = tcgetpgrp(shell_terminal);
#endif
newjob.job_list = &job_list;
newjob.job_context = DEFAULT_CONTEXT;