Project

General

Profile

« Previous | Next » 

Revision 13974

fix: bin/import_all: updated for new metadata datasource names (see issue #940)

View differences:

trunk/bin/import_all
37 37
    make inputs/.TNRS/publish
38 38
    make inputs/.geoscrub/publish
39 39
    
40
    make inputs/.herbaria/import "$@" &
41
    sleep 5 # wait for make commands to scroll by
40
    for src in herbaria IRMNG IUCN newWorld; do
41
        make inputs/."$src"/import "$@" &
42
        sleep 5 # wait for make commands to scroll by
43
    done
42 44
    
43 45
    wait # wait for asynchronous commands
44 46
    

Also available in: Unified diff