Revision 9840
Added by Aaron Marcuse-Kubitza over 11 years ago
mysql.table.run | ||
---|---|---|
53 | 53 |
func_override import__table_run |
54 | 54 |
import() |
55 | 55 |
{ |
56 |
echo_func |
|
56 |
echo_func; set_make_vars
|
|
57 | 57 |
export_mysql |
58 | 58 |
archive_prev_versions |
59 | 59 |
self_make import__table_run "$@" |
Also available in: Unified diff
bugfix: lib/runscripts/mysql.table.run: import(): added missing set_make_vars, needed by self_make