Project

General

Profile

« Previous | Next » 

Revision 8894

bugfix: lib/local.sh: updated $root_dir

View differences:

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