Project

General

Profile

« Previous | Next » 

Revision 9797

lib/sh/util.sh: added echo_vars() stub

View differences:

lib/sh/util.sh
50 50
function echo_run() { :; }
51 51
alias echo_run='"echo_run" ' # last space alias-expands next word
52 52

  
53
function echo_vars() { :; }
53 54

  
55

  
54 56
#### vars
55 57

  
56 58
set_var() { eval "$1"'="$2"'; }

Also available in: Unified diff