Revision 7103
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_all | ||
---|---|---|
12 | 12 |
|fold -s >&2 |
13 | 13 |
return 2 |
14 | 14 |
fi |
15 |
: ${version=$(make -s version)} ${dump_opts=--exclude-schema=public} |
|
16 |
export version dump_opts public_import=1 |
|
15 |
: ${version=$(make -s version)} |
|
16 |
local dump_opts=${dump_opts---exclude-schema=public} public_import=1 |
|
17 |
export version dump_opts public_import |
|
17 | 18 |
|
18 | 19 |
make inputs/.TNRS/tnrs_accepted/reinstall |
19 | 20 |
make inputs/.TNRS/tnrs_other/reinstall |
Also available in: Unified diff
import_all: Make $dump_opts, $public_import local vars, so they will be automatically unset if the script is aborted