Revision 9946
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
60 | 60 |
{ |
61 | 61 |
echo_func; set_make_vars |
62 | 62 |
public_schema_exists || return 0 |
63 |
if remaking; then rm header.csv map.csv; fi # remake them |
|
63 |
if remaking; then in_top_dir rm header.csv map.csv; fi # remake them
|
|
64 | 64 |
yes|table_make test |
65 | 65 |
} |
66 | 66 |
|
Also available in: Unified diff
bugfix: lib/runscripts/table.run: remake_VegBIEN_mappings(): need to change to $top_dir before running `rm header.csv map.csv`