Revision 6594
Added by Aaron Marcuse-Kubitza about 12 years ago
import_all | ||
---|---|---|
28 | 28 |
# Must come after NCBI for cross links to be made |
29 | 29 |
make inputs/.TNRS/import "$@" |
30 | 30 |
|
31 |
wait %1 # wait for asynchronous commands
|
|
31 |
wait # wait for asynchronous commands |
|
32 | 32 |
|
33 | 33 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" & |
34 | 34 |
. "$selfDir/with_all" import import_source= "$@" |
Also available in: Unified diff
import_all: Fixed bug where need to wait for all asynchronous commands started before the main import, not just the first