Changeset 3243
- Timestamp:
- Apr 30, 2007, 1:14:45 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/jobs.c
r3242 r3243 2252 2252 wait_sigint_received = 0; 2253 2253 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 } 2255 2259 2256 2260 termination_state = last_command_exit_value; -
trunk/essentials/app-shells/bash/patchlevel.h
r3242 r3243 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 728 #define PATCHLEVEL 8 29 29 30 30 #endif /* _PATCHLEVEL_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.