mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +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 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;
|
||||
|
Loading…
Reference in New Issue
Block a user