Revision 9274
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
336 | 336 |
|
337 | 337 |
.() |
338 | 338 |
{ |
339 |
cmd2rel_path; set -- . "$@"; (log++; echo_params; can_log) && indent || true |
|
339 |
cmd2rel_path; set -- . "$@" |
|
340 |
(log++; echo_params; can_log) && indent || true |
|
340 | 341 |
builtin "$@" |
341 | 342 |
} |
342 | 343 |
|
Also available in: Unified diff
lib/sh/util.sh: .(): wrapped lines in the same way as cd()