- Timestamp:
- 12/05/2009 19:59:28 (2 years ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r509 r510 1126 1126 # Because an exit doesn't help much when things are in subshells, we 1127 1127 # provide a nice, easy way to halt execution. The result is the clean 1128 # exit trap gets called. 1128 # exit trap gets called. We also call exit to halt execution of this 1129 # subshell (otherwise some commands will still be run before the parent 1130 # handles the signal and kills us off). 1129 1131 function die { 1130 1132 kill -INT $MY_PID 1133 exit 1 1131 1134 } 1132 1135
Note: See TracChangeset
for help on using the changeset viewer.
