Revision 9163
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
195 | 195 |
|
196 | 196 |
echo_cmd() |
197 | 197 |
{ |
198 |
case "$1" in command) shift;; esac # command implied by the log_level
|
|
198 |
case "$1" in builtin|command) shift;; esac
|
|
199 | 199 |
log "$*" |
200 | 200 |
} |
201 | 201 |
|
Also available in: Unified diff
lib/sh/util.sh: echo_cmd(): also remove `builtin` before the command name