Project

General

Profile

« Previous | Next » 

Revision 9166

bugfix: lib/sh/util.sh: .(): also need to echo the . before the included file

View differences:

util.sh
210 210

  
211 211
## internal commands
212 212

  
213
.() { cmd2rel_path; (inc_log_level; echo_params); cmd_indent; builtin . "$@"; }
213
.()
214
{
215
	cmd2rel_path; set -- . "$@"; (inc_log_level; echo_params); cmd_indent
216
	builtin "$@"
217
}
214 218

  
215 219
echo_eval() { echo_params; builtin eval "$@"; }
216 220

  

Also available in: Unified diff