- Timestamp:
- 12/16/2011 18:05:03 (5 months ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confmanlib.sh.in
r544 r555 1136 1136 # Because an exit doesn't help much when things are in subshells, we 1137 1137 # provide a nice, easy way to halt execution. The result is the clean 1138 # exit trap gets called. 1138 # exit trap gets called. We also call exit to halt execution of this 1139 # subshell (otherwise some commands will still be run before the parent 1140 # handles the signal and kills us off). 1139 1141 function die { 1140 1142 kill -INT $MY_PID 1143 exit 1 1141 1144 } 1142 1145
Note: See TracChangeset
for help on using the changeset viewer.
