Project

General

Profile

« Previous | Next » 

Revision 14905

bugfix: bin/import_all: don't disable errexit because this prevents the program from being Ctrl-C'd. this functionality is no longer needed now that the README.TXT instructs to run bin/import_all in a subshell.

View differences:

import_all
47 47
    
48 48
    make schemas/$version/reinstall
49 49
    
50
    set +o errexit # don't errexit if a background process is Ctrl-C'd
51
    
52 50
    local hidden_srcs=1; . "$selfDir/with_all" Source/import "$@"
53 51
        # note that this isn't affected by $import_source
54 52
    wait # wait for asynchronous commands

Also available in: Unified diff