Project

General

Profile

« Previous | Next » 

Revision 6594

import_all: Fixed bug where need to wait for all asynchronous commands started before the main import, not just the first

View differences:

bin/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