Project

General

Profile

« Previous | Next » 

Revision 8705

*run: added include guards

View differences:

run
1 1
#!/bin/bash -e
2 2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/import.run
3 3

  
4
if self_not_included; then
5

  
4 6
subdirs=(_MySQL raw_occurrence_record)
5 7

  
6 8
import ()
......
8 10
	echo_func "$@"
9 11
	fwd "$FUNCNAME" "$@"
10 12
}
13

  
14
fi

Also available in: Unified diff