Revision 8642
Added by Aaron Marcuse-Kubitza over 11 years ago
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
lib/util.run: aliased export to echo_export so all env vars are automatically echoed when they are set