Revision 8913
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.sh | ||
---|---|---|
76 | 76 |
|
77 | 77 |
echo_run () { echo_cmd "$@"; "$@"; } |
78 | 78 |
|
79 |
echo_run_extern () { echo_run log_stderr_cmd extern "$@"; }
|
|
79 |
alias echo_run_extern='echo_run log_stderr_cmd "extern"'
|
|
80 | 80 |
|
81 | 81 |
alias extern="echo_run_extern" # automatically echo external commands |
82 | 82 |
|
Also available in: Unified diff
lib/util.sh: changed echo_run_extern () to an alias