Project

General

Profile

« Previous | Next » 

Revision 9159

lib/sh/util.sh: .(): use echo_run so that included files are echoed as they are included. note that echo_run uses cmd_indent, so the included files' load-time logging output will be indented according to the nesting level of the include.

View differences:

lib/sh/util.sh
211 211

  
212 212
## internal commands
213 213

  
214
.() { cmd2rel_path; builtin . "$@"; }
214
.() { cmd2rel_path; echo_run builtin . "$@"; }
215 215

  
216 216
echo_eval() { log "$*"; builtin eval "$@"; }
217 217

  

Also available in: Unified diff