Project

General

Profile

« Previous | Next » 

Revision 9201

bugfix: lib/sh/util.sh: .(): only indent if include statement was logged

View differences:

util.sh
219 219

  
220 220
.()
221 221
{
222
	cmd2rel_path; set -- . "$@"; (log++; echo_params); indent
222
	cmd2rel_path; set -- . "$@"; (log++; echo_params; can_log) && indent || true
223 223
	builtin "$@"
224 224
}
225 225

  

Also available in: Unified diff