Revision 12701
Added by Aaron Marcuse-Kubitza almost 11 years ago
datasrc_dir.run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
if self_not_included; then |
7 | 7 |
|
8 |
table_subdirs=($(cat "$top_dir"/import_order.txt)) |
|
9 |
subdirs=("${table_subdirs[@]}") |
|
8 |
subdirs=($(cat "$top_dir"/import_order.txt)) |
|
10 | 9 |
|
11 | 10 |
postprocess() |
12 | 11 |
{ |
13 | 12 |
echo_func |
14 |
local subdirs=("${table_subdirs[@]}") |
|
15 | 13 |
fwd_self |
16 | 14 |
} |
17 | 15 |
|
Also available in: Unified diff
lib/runscripts/datasrc_dir.run: removed separate @table_subdirs, because the table-only targets can now safely be invoked on all subdirs, being auto-ignored in subdirs that don't support them