3 # Test correct trap return codes = 2 means skip execution.
6 echo "lineno: $1 ($LINENO) ${FUNCNAME[1]}"
7 if [[ $debug_exit == 2 ]] ; then
15 trap 'print_trap $LINENO' DEBUG
23 #;;; Local Variables: ***
24 #;;; mode:shell-script ***
25 #;;; eval: (sh-set-shell "bash") ***