Revision 9164
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sh/util.sh | ||
---|---|---|
208 | 208 |
|
209 | 209 |
## internal commands |
210 | 210 |
|
211 |
.() { cmd2rel_path; echo_run builtin . "$@"; }
|
|
211 |
.() { cmd2rel_path; (inc_log_level; log "$*"); cmd_indent; builtin . "$@"; }
|
|
212 | 212 |
|
213 | 213 |
echo_eval() { log "$*"; builtin eval "$@"; } |
214 | 214 |
|
Also available in: Unified diff
lib/sh/util.sh: .(): echo the include at log_level 2 because it's an internal command