Project

General

Profile

« Previous | Next » 

Revision 11420

bin/import_all: `make schemas/$version/install`: ignore errors if schema exists, to support running with -e

View differences:

import_all
20 20
    # but sometimes it now refers to an active process which blocks tnrs.make.
21 21
    "rm" -f inputs/.TNRS/tnrs/tnrs.make.lock
22 22
    
23
    make schemas/$version/install
23
    make schemas/$version/install || true # ignore errors if schema exists
24 24
    
25 25
    local hidden_srcs=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
26 26
        # note that this isn't affected by $import_source

Also available in: Unified diff