Revision 8649
Added by Aaron Marcuse-Kubitza over 11 years ago
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
bugfix: lib/util.run: echo_export (): set the vars before echoing them