Changeset 3243


Ignore:
Timestamp:
Apr 30, 2007, 1:14:45 AM (18 years ago)
Author:
bird
Message:

Applied bash31-008

Location:
trunk/essentials/app-shells/bash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/jobs.c

    r3242 r3243  
    22522252  wait_sigint_received = 0;
    22532253  if (job_control == 0)
    2254     old_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler);
     2254    {
     2255      old_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler);
     2256      if (old_sigint_handler == SIG_IGN)
     2257        set_signal_handler (SIGINT, old_sigint_handler);
     2258    }
    22552259
    22562260  termination_state = last_command_exit_value;
  • trunk/essentials/app-shells/bash/patchlevel.h

    r3242 r3243  
    2626   looks for to find the patch level (for the sccs version string). */
    2727
    28 #define PATCHLEVEL 7
     28#define PATCHLEVEL 8
    2929
    3030#endif /* _PATCHLEVEL_H_ */
Note: See TracChangeset for help on using the changeset viewer.