Revision 13984
Added by Aaron Marcuse-Kubitza over 10 years ago
import_all | ||
---|---|---|
38 | 38 |
|
39 | 39 |
make schemas/$version/reinstall |
40 | 40 |
|
41 |
set +o errexit # don't errexit if a background process is Ctrl-C'd |
|
42 |
|
|
41 | 43 |
local hidden_srcs=1; . "$selfDir/with_all" Source/import "$@" |
42 | 44 |
# note that this isn't affected by $import_source |
43 | 45 |
wait # wait for asynchronous commands |
Also available in: Unified diff
bugfix: bin/import_all: don't errexit if a background process is Ctrl-C'd