Project

General

Profile

« Previous | Next » 

Revision 8301

lib/table.run: template: import(): Also pass "$@" to superclass method

View differences:

lib/table.run
8 8
{
9 9
	echo_func "$FUNCNAME" "$@"
10 10
	before_import_cmds
11
	"$(dirname "${BASH_SOURCE[0]}")"/path/to/table.run "$FUNCNAME"
11
	"$(dirname "${BASH_SOURCE[0]}")"/path/to/table.run "$FUNCNAME" "$@"
12 12
	after_import_cmds
13 13
}
14 14
fi ####

Also available in: Unified diff