Project

General

Profile

« Previous | Next » 

Revision 9164

lib/sh/util.sh: .(): echo the include at log_level 2 because it's an internal command

View differences:

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