Revision 10945
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/datasrc_dir.run | ||
---|---|---|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
7 |
subdirs=($(cat "$top_dir"/import_order.txt)) |
|
7 |
table_subdirs=($(cat "$top_dir"/import_order.txt)) |
|
8 |
subdirs=("${table_subdirs[@]}") |
|
8 | 9 |
|
9 | 10 |
import() |
10 | 11 |
{ |
Also available in: Unified diff
lib/runscripts/datasrc_dir.run: @subdirs: moved import_order.txt subdirs into separate @table_subdirs, which provides access to just the table subdirs when the user adds other dirs to @subdirs