Revision 13200
Added by Aaron Marcuse-Kubitza almost 11 years ago
util.sh | ||
---|---|---|
42 | 42 |
|
43 | 43 |
#### stubs |
44 | 44 |
|
45 |
function log() { :; } |
|
46 |
|
|
45 | 47 |
__caller_indent='log_indent="$log_indent$log_indent_step"' |
46 | 48 |
alias caller_indent="$__caller_indent" |
47 | 49 |
alias indent="declare $__caller_indent" |
Also available in: Unified diff
lib/sh/util.sh: added log() stub so internal commands can use it