Revision 13234
Added by Aaron Marcuse-Kubitza almost 11 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 | 407 |
if starts_with SIG "$1"; then set -- "$(sig_e "$1")"; fi |
407 | 408 |
catch__exceptions "$@" |
408 | 409 |
} |
Also available in: Unified diff
lib/sh/util.sh: signals: catch(): added echo_func