Revision 13238
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
403 | 403 |
func_override catch__exceptions |
404 | 404 |
catch() # supports SIG* as exception type |
405 | 405 |
{ |
406 |
echo_func |
|
406 |
log_local; log++; echo_func
|
|
407 | 407 |
if starts_with SIG "$1"; then set -- "$(sig_e "$1")"; fi |
408 | 408 |
catch__exceptions "$@" |
409 | 409 |
} |
Also available in: Unified diff
lib/sh/util.sh: catch(): log at higher log_level, since this is internal code