Project

General

Profile

« Previous | Next » 

Revision 8965

inputs/GBIF/table.run: table.tsv/make (): use extern so the MySQL_export command is echoed

View differences:

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