Revision 10847
Added by Aaron Marcuse-Kubitza over 11 years ago
import_all | ||
---|---|---|
16 | 16 |
local by_col=${by_col-1} full_import=1 |
17 | 17 |
export version by_col full_import |
18 | 18 |
|
19 |
# remove any leftover TNRS lockfile. usually, the PID in it would not exist, |
|
20 |
# but sometimes it now refers to an active process which blocks tnrs.make. |
|
21 |
rm inputs/.TNRS/tnrs/tnrs.make.lock |
|
22 |
|
|
19 | 23 |
make schemas/$version/install |
20 | 24 |
|
21 | 25 |
local all=1; . "$selfDir/with_all" Source/import by_col=1 "$@" |
Also available in: Unified diff
bin/import_all: added step to remove any leftover TNRS lockfile (previously done manually)