Project

General

Profile

« Previous | Next » 

Revision 13234

lib/sh/util.sh: signals: catch(): added echo_func

View differences:

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