Project

General

Profile

« Previous | Next » 

Revision 8872

lib/util.sh: automatically echo commands that use env

View differences:

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