Project

General

Profile

« Previous | Next » 

Revision 9163

lib/sh/util.sh: echo_cmd(): also remove `builtin` before the command name

View differences:

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