Project

General

Profile

« Previous | Next » 

Revision 8711

lib/util.run: only automatically echo env vars when they are set if verbosity is >= 2

View differences:

lib/util.run
76 76
	echo_vars "$@"
77 77
}
78 78

  
79
alias export="echo_export" # automatically echo env vars when they are set
79
if test "$verbose" -ge 2; then
80
	alias export="echo_export" # automatically echo env vars when they are set
81
fi
80 82

  
81 83
usage () { echo "Usage: $1" >&2; (exit 2); }
82 84

  

Also available in: Unified diff