Project

General

Profile

« Previous | Next » 

Revision 9123

lib/sh/util.sh: added echo_eval()

View differences:

lib/sh/util.sh
200 200
	log "$*"
201 201
}
202 202

  
203
## internal commands
204

  
205
echo_eval() { log "$*"; builtin eval "$@"; }
206

  
203 207
## external commands
204 208

  
205 209
alias echo_run_prep='cmd2rel_path; echo_cmd "$@"; cmd_indent'

Also available in: Unified diff