Revision 8903
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
36 | 36 |
ignore () { catch "$@" || true; } |
37 | 37 |
|
38 | 38 |
alias end_try='return "$e"' |
39 |
alias end_try_subshell='exit "$e"' |
|
39 | 40 |
|
40 | 41 |
#### integers |
41 | 42 |
|
Also available in: Unified diff
lib/util.sh: added end_try_subshell alias