Revision 5206
Added by Aaron Marcuse-Kubitza about 12 years ago
import_all | ||
---|---|---|
11 | 11 |
return 2 |
12 | 12 |
fi |
13 | 13 |
|
14 |
make inputs/.TNRS/cleanup |
|
15 |
make inputs/.TNRS/import "$@" |
|
16 | 14 |
make inputs/.TNRS/tnrs/tnrs-remake & |
17 | 15 |
. "$selfDir/with_all" import "$@" |
18 | 16 |
} |
Also available in: Unified diff
README.TXT: Data import: import_all: Don't run with & because this prevents the created jobs from being owned by the calling shell. Instead, import the TNRS names as a separate backgrounded step and wait for it to finish before starting import_all. Removed TNRS import steps from import_all since these are now invoked separately.