Revision 9243
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/local.sh | ||
---|---|---|
5 | 5 |
|
6 | 6 |
if self_not_included; then |
7 | 7 |
|
8 |
root_dir="$(dirname "${BASH_SOURCE[0]}")"/../..
|
|
8 |
root_dir="$(canon_rel_path "$(dirname "${BASH_SOURCE[0]}")"/../..)"
|
|
9 | 9 |
bin_dir="$root_dir"/bin |
10 | 10 |
bin_dir_abs="$(realpath "$bin_dir")" |
11 | 11 |
|
Also available in: Unified diff
lib/sh/local.sh: $root_dir: run canon_rel_path on it