root/lib/runscripts/datasrc_dir.run @ 9834
1 | 9590 | aaronmk | #!/bin/bash -e
|
---|---|---|---|
2 | . "$(dirname "${BASH_SOURCE[0]}")"/util.run |
||
3 | . "$(dirname "${BASH_SOURCE[0]}")"/../sh/local.sh |
||
4 | 9625 | aaronmk | . "$(dirname "${BASH_SOURCE[0]}")"/../sh/db_make.sh |
5 | 9590 | aaronmk | |
6 | if self_not_included; then |
||
7 | |||
8 | : "${schema="$(log+ 2 cd "$top_dir"; basename "$PWD")"}"; export schema |
||
9 | |||
10 | fi
|