Project

General

Profile

« Previous | Next » 

Revision 8925

bugfix: lib/local.sh: $PATH: use $bin_dir_abs so the path will remain valid if the current directory is changed

View differences:

local.sh
8 8
bin_dir="$root_dir"/bin
9 9
bin_dir_abs="$(realpath "$bin_dir")"
10 10

  
11
export PATH="$bin_dir:$PATH"
11
export PATH="$bin_dir_abs:$PATH"
12 12

  
13 13
#### connection vars
14 14

  

Also available in: Unified diff