Revision 8645
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.run | ||
---|---|---|
84 | 84 |
{ |
85 | 85 |
local self="$(readlink -f "${BASH_SOURCE[1]}")" |
86 | 86 |
local self_dir="$(dirname "$self")" |
87 |
export self_dir |
|
87 |
export self self_dir
|
|
88 | 88 |
|
89 | 89 |
echo_func "$@" |
90 | 90 |
(cat |
Also available in: Unified diff
lib/util.run: inline_make (): provide $self as make var