Project

General

Profile

« Previous | Next » 

Revision 9197

lib/sh/util.sh: echo_cmd(): removed no longer used removal of first builtin or command arg

View differences:

util.sh
218 218
fi # load new aliases
219 219
if self_being_included; then
220 220

  
221
echo_cmd()
222
{
223
	case "$1" in builtin|command) shift;; esac
224
	echo_params
225
}
221
echo_cmd() { echo_params; }
226 222

  
227 223
## internal commands
228 224

  

Also available in: Unified diff