Project

General

Profile

« Previous | Next » 

Revision 11374

bin/with_all: $all: renamed to $hidden_srcs for clarity, since this now just adds the hidden (.*) datasources, rather than always using all datasources

View differences:

import_all
22 22
    
23 23
    make schemas/$version/install
24 24
    
25
    local all=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
25
    local hidden_srcs=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
26 26
        # note that this isn't affected by $import_source
27 27
    wait # wait for asynchronous commands
28
    unset all
28
    unset hidden_srcs
29 29
    
30 30
    local import_source= # Source tables have already been imported
31 31
    export import_source # must come after local

Also available in: Unified diff