Revision 9092
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
209 | 209 |
local script="$(canon_rel_path "${BASH_SOURCE[1]}")" |
210 | 210 |
echo_cmd "$script:${BASH_LINENO[0]}" "${FUNCNAME[1]}" "$@" |
211 | 211 |
} |
212 |
alias echo_func='echo_func "$@"' |
|
212 | 213 |
|
213 | 214 |
# usage: cmd1 | { pipe_delay; cmd2; } |
214 | 215 |
alias pipe_delay='sleep 0.1' # s; display after leading output of cmd1 |
Also available in: Unified diff
bugfix: lib/sh/util.sh: added back missing echo_func alias, which is needed to also include "$@" in the echoed function call