Project

General

Profile

« Previous | Next » 

Revision 9539

lib/sh/util.sh: added back echo_run(), usable for internal commands where command() would be used for external commands

View differences:

lib/sh/util.sh
388 388

  
389 389
echo_cmd() { echo_params; }
390 390

  
391
echo_run() { echo_params; "$@"; }
392

  
391 393
echo_eval() { echo_params; builtin eval "$@"; }
392 394

  
393 395
## vars

Also available in: Unified diff