Revision 14099
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/bin/import_all | ||
---|---|---|
7 | 7 |
hidden_srcs() |
8 | 8 |
{ |
9 | 9 |
local hidden_srcs=1 inputs=() # with_all adds the hidden srcs to @inputs |
10 |
. "$selfDir/with_all" import by_col=1 "$@"
|
|
10 |
. "$selfDir/with_all" import "$@" |
|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
delete_logs() |
Also available in: Unified diff
bin/import_all: hidden_srcs(): removed `by_col=1` because these should be done in the same mode as the main datasources