Project

General

Profile

« Previous | Next » 

Revision 12873

bugfix: inputs/GBIF/table.run: switched to using lib/runscripts/table.run instead of mysql.table.run because some subdirs (Source/) need the regular table.run to work properly. mysql.table.run should instead be used directly by subdirs that use the MySQL install.

View differences:

trunk/inputs/GBIF/raw_occurrence_record_plants/run
1 1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../table.run
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/mysql.table.run
3 3

  
4 4
if self_not_included; then
5 5

  
trunk/inputs/GBIF/table.run
1 1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/mysql.table.run
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/table.run

Also available in: Unified diff