Project

General

Profile

« Previous | Next » 

Revision 8193

lib/import.sh: Added $root_dir and use it in $bin_dir

View differences:

lib/import.sh
12 12
fi
13 13

  
14 14
import_sh_dir="$(dirname "${BASH_SOURCE[0]}")"
15
bin_dir="$import_sh_dir"/../bin
15
root_dir="$import_sh_dir"/..
16
bin_dir="$root_dir"/bin
16 17

  
17 18
table="$(basename "$PWD")"
18 19
schema="$(cd ..; basename "$PWD")"

Also available in: Unified diff