Revision 9967
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
61 | 61 |
echo_func; set_make_vars |
62 | 62 |
public_schema_exists || return 0 |
63 | 63 |
if remaking; then in_top_dir rm header.csv map.csv; fi # remake them |
64 |
yes|table_make test |
|
64 |
piped_cmd yes|table_make test
|
|
65 | 65 |
} |
66 | 66 |
|
67 | 67 |
postprocess() # overridable |
Also available in: Unified diff
bugfix: lib/runscripts/table.run: remake_VegBIEN_mappings(): run yes using piped_cmd() so the SIGPIPE doesn't cause an errexit