Revision 8965
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
7 | 7 |
{ |
8 | 8 |
echo_func; set_make_vars |
9 | 9 |
! test -e "$target" || return 0 |
10 |
"$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target" |
|
10 |
extern "$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target"
|
|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
export_mysql () |
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make (): use extern so the MySQL_export command is echoed