mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fix some goofy formatting
This commit is contained in:
parent
3cac0c7d7f
commit
d20d37559f
@ -1458,10 +1458,9 @@ static int busy_loop(FILE * input)
|
|||||||
int inbg;
|
int inbg;
|
||||||
int status;
|
int status;
|
||||||
#ifdef CONFIG_LASH_JOB_CONTROL
|
#ifdef CONFIG_LASH_JOB_CONTROL
|
||||||
pid_t parent_pgrp;
|
pid_t parent_pgrp;
|
||||||
|
/* save current owner of TTY so we can restore it on exit */
|
||||||
/* save current owner of TTY so we can restore it on exit */
|
parent_pgrp = tcgetpgrp(shell_terminal);
|
||||||
parent_pgrp = tcgetpgrp(shell_terminal);
|
|
||||||
#endif
|
#endif
|
||||||
newjob.job_list = &job_list;
|
newjob.job_list = &job_list;
|
||||||
newjob.job_context = DEFAULT_CONTEXT;
|
newjob.job_context = DEFAULT_CONTEXT;
|
||||||
|
Loading…
Reference in New Issue
Block a user