hush: trivial buglet found by randomconfig testing
This commit is contained in:
@@ -3151,7 +3151,9 @@ static FILE *generate_stream_from_list(struct pipe *head)
|
|||||||
close(channel[1]);
|
close(channel[1]);
|
||||||
}
|
}
|
||||||
/* Prevent it from trying to handle ctrl-z etc */
|
/* Prevent it from trying to handle ctrl-z etc */
|
||||||
|
#if ENABLE_HUSH_JOB
|
||||||
run_list_level = 1;
|
run_list_level = 1;
|
||||||
|
#endif
|
||||||
/* Process substitution is not considered to be usual
|
/* Process substitution is not considered to be usual
|
||||||
* 'command execution'.
|
* 'command execution'.
|
||||||
* SUSv3 says ctrl-Z should be ignored, ctrl-C should not. */
|
* SUSv3 says ctrl-Z should be ignored, ctrl-C should not. */
|
||||||
|
Reference in New Issue
Block a user