Revision 9736
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sh/util.sh | ||
---|---|---|
589 | 589 |
#### paths |
590 | 590 |
|
591 | 591 |
top_symlink_dir="$(dirname "$0")"; echo_vars top_symlink_dir |
592 |
top_symlink_dir_abs="$(realpath "$top_symlink_dir")" |
|
593 |
echo_vars top_symlink_dir_abs |
|
592 | 594 |
|
593 | 595 |
top_script_abs="$(realpath "$0")"; echo_vars top_script_abs # outermost script |
594 | 596 |
# realpath this before doing any cd so this points to the right place |
Also available in: Unified diff
lib/sh/util.sh: added $top_symlink_dir_abs