Revision 9170
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sh/util.sh | ||
---|---|---|
206 | 206 |
fi # load new aliases |
207 | 207 |
if self_being_included; then |
208 | 208 |
|
209 |
echo_run() { echo_run_prep; "$@"; } |
|
210 |
|
|
211 | 209 |
## internal commands |
212 | 210 |
|
213 | 211 |
.() |
Also available in: Unified diff
lib/sh/util.sh: removed no longer used echo_run(). use command() instead.