Revision 8894
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/local.sh | ||
---|---|---|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
7 |
root_dir="$(dirname "${BASH_SOURCE[0]}")"/../..
|
|
7 |
root_dir="$(dirname "${BASH_SOURCE[0]}")"/.. |
|
8 | 8 |
bin_dir="$root_dir"/bin |
9 | 9 |
|
10 | 10 |
export PATH="$bin_dir:$PATH" |
Also available in: Unified diff
bugfix: lib/local.sh: updated $root_dir