Project

General

Profile

« Previous | Next » 

Revision 10946

lib/runscripts/datasrc_dir.run: added postprocess target to run postprocess in just the table subdirs, skipping any additional subdirs that don't have this target

View differences:

lib/runscripts/datasrc_dir.run
7 7
table_subdirs=($(cat "$top_dir"/import_order.txt))
8 8
subdirs=("${table_subdirs[@]}")
9 9

  
10
postprocess()
11
{
12
	echo_func
13
	local subdirs=("${table_subdirs[@]}")
14
	fwd "$FUNCNAME" "$@"
15
}
16

  
10 17
import()
11 18
{
12 19
	echo_func

Also available in: Unified diff