aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-12 22:08:42 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-12 22:08:42 +0000
commit40f5bf24be0f99292eea000ac30e97b489fc8bce (patch)
treec8091fd99233b9bce3115749b3bb5d13a2f976b8 /shell
parent15065e35bd19b227f16a66853aac824f083cdca1 (diff)
downloadbusybox-w32-40f5bf24be0f99292eea000ac30e97b489fc8bce.tar.gz
busybox-w32-40f5bf24be0f99292eea000ac30e97b489fc8bce.tar.bz2
busybox-w32-40f5bf24be0f99292eea000ac30e97b489fc8bce.zip
Fix some goofy formatting
git-svn-id: svn://busybox.net/trunk/busybox@8623 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/lash.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/lash.c b/shell/lash.c
index 30cbe416e..e4b1b129f 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1458,10 +1458,9 @@ static int busy_loop(FILE * input)
1458 int inbg; 1458 int inbg;
1459 int status; 1459 int status;
1460#ifdef CONFIG_LASH_JOB_CONTROL 1460#ifdef CONFIG_LASH_JOB_CONTROL
1461 pid_t parent_pgrp; 1461 pid_t parent_pgrp;
1462 1462 /* save current owner of TTY so we can restore it on exit */
1463 /* save current owner of TTY so we can restore it on exit */ 1463 parent_pgrp = tcgetpgrp(shell_terminal);
1464 parent_pgrp = tcgetpgrp(shell_terminal);
1465#endif 1464#endif
1466 newjob.job_list = &job_list; 1465 newjob.job_list = &job_list;
1467 newjob.job_context = DEFAULT_CONTEXT; 1466 newjob.job_context = DEFAULT_CONTEXT;