Revision 9868
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
747 | 747 |
ensure_nested_func |
748 | 748 |
if can_log; then indent; fi |
749 | 749 |
if test "$verbosity_min"; then verbosity_min "$verbosity_min"; fi |
750 |
verbosity_compat |
|
750 | 751 |
builtin command "$@" |
751 | 752 |
} |
752 | 753 |
|
Also available in: Unified diff
lib/sh/util.sh: command(): command__exec(): use verbosity_compat to support commands that don't support verbosity=""