Revision 12802
Added by Aaron Marcuse-Kubitza over 10 years ago
util.sh | ||
---|---|---|
814 | 814 |
# *message*, rather than all error exit statuses |
815 | 815 |
{ |
816 | 816 |
echo_func; kw_params pattern; : "${pattern?}" |
817 |
prep_try; stderr_matches "$@" || rethrow
|
|
817 |
stderr_matches "$@" || true # also ignore false exit status on no match
|
|
818 | 818 |
} |
819 | 819 |
alias ignore_err_msg='"ignore_err_msg" ' # last space alias-expands next word |
820 | 820 |
|
Also available in: Unified diff
bugfix: lib/sh/util.sh: ignore_err_msg(): also need to ignore false exit status on no match