Project

General

Profile

« Previous | Next » 

Revision 8642

lib/util.run: aliased export to echo_export so all env vars are automatically echoed when they are set

View differences:

lib/util.run
38 38
	export "$@"
39 39
}
40 40

  
41
alias export="echo_export"
42

  
41 43
usage () { echo "Usage: $1" >&2; (exit 2); }
42 44

  
43 45
top_dir="$(dirname "$0")" # outermost script

Also available in: Unified diff