Revision 8872
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.sh | ||
---|---|---|
40 | 40 |
|
41 | 41 |
echo_run () { echo_cmd "$@"; "$@"; } |
42 | 42 |
|
43 |
if test "$verbosity" -ge 1; then |
|
44 |
alias env="echo_run env" # automatically echo commands that use env |
|
45 |
fi |
|
46 |
|
|
43 | 47 |
canon_rel_path () |
44 | 48 |
{ |
45 | 49 |
local path="$1" |
Also available in: Unified diff
lib/util.sh: automatically echo commands that use env