Project

General

Profile

« Previous | Next » 

Revision 8990

inputs/GBIF/table.run: table.tsv/make (): use new check_target_exists

View differences:

inputs/GBIF/table.run
5 5

  
6 6
table.tsv/make ()
7 7
{
8
	echo_func; set_make_vars
9
	! test -e "$target" || return 0
8
	echo_func; set_make_vars; check_target_exists
10 9
	extern "$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target"
11 10
}
12 11

  

Also available in: Unified diff