Bash-4.3 patch 6
This commit is contained in:
parent
bc63a08182
commit
22205f43ab
2 changed files with 2 additions and 2 deletions
2
jobs.c
2
jobs.c
|
|
@ -4374,7 +4374,7 @@ without_job_control ()
|
||||||
void
|
void
|
||||||
end_job_control ()
|
end_job_control ()
|
||||||
{
|
{
|
||||||
if (interactive_shell) /* XXX - should it be interactive? */
|
if (interactive_shell || job_control) /* XXX - should it be just job_control? */
|
||||||
{
|
{
|
||||||
terminate_stopped_jobs ();
|
terminate_stopped_jobs ();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@
|
||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 5
|
#define PATCHLEVEL 6
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue