Project

General

Profile

« Previous | Next » 

Revision 8649

bugfix: lib/util.run: echo_export (): set the vars before echoing them

View differences:

lib/util.run
43 43

  
44 44
echo_export ()
45 45
{
46
	export "$@"
46 47
	echo_vars "$@"
47
	export "$@"
48 48
}
49 49

  
50 50
alias export="echo_export" # automatically echo env vars when they are set

Also available in: Unified diff