Revision 12809
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
524 | 524 |
save_e; kw_params verbosity_min; : "${verbosity_min:?}" |
525 | 525 |
echo_vars verbosity |
526 | 526 |
if test "$(verbosity_int)" -lt "$verbosity_min"; then |
527 |
log_hint '[7m to see error details, prepend `vb='"$verbosity_min"'` to the command [0m'
|
|
527 |
log_hint 'to see error details, prepend `vb='"$verbosity_min"'` to the command'
|
|
528 | 528 |
fi |
529 | 529 |
rethrow |
530 | 530 |
} |
Also available in: Unified diff
fix: lib/sh/util.sh: log_err() calls: removed manual highlighting