Project

General

Profile

« Previous | Next » 

Revision 7022

pg_dump_vegbien: Renamed $opts env var to $dump_opts to avoid conflicting with other commands' vars of the same name

View differences:

import_all
47 47
        bin/make_analytical_db
48 48
        
49 49
        make backups/TNRS.backup-remake &
50
        make backups/vegbien.$version.backup/test opts=--exclude-schema=public &
50
        make backups/vegbien.$version.backup/test \
51
        dump_opts=--exclude-schema=public &
51 52
        wait # wait for asynchronous commands
52 53
    }
53 54
    

Also available in: Unified diff