Revision 8802
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
7 |
schema=public
|
|
8 |
exports_dir="$top_dir"/exports
|
|
7 |
: "${schema:=public}"
|
|
8 |
: "${exports_dir:="$top_dir"/exports}"
|
|
9 | 9 |
|
10 | 10 |
export_ () |
11 | 11 |
{ |
Also available in: Unified diff
/run: make config vars such as $schema overridable by the environment, to allow pointing the export script at a different public schema version