Project

General

Profile

« Previous | Next » 

Revision 5206

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.

View differences:

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